summaryrefslogtreecommitdiff
path: root/math/openblas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/openblas: Update to 0.3.30Gleb Popov2025-06-282-13/+4
| | | | | PR: 287684 Approved by: maintainer
* math/openblas: fix build on powerpc64 with PPC970Piotr Kubaj2025-03-162-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | TEST 65/105 dscal:0_inf_inc_2 [FAIL] ERR: test_zscal.c:226 should be true TEST 66/105 dscal:0_inf [FAIL] ERR: test_zscal.c:214 should be true TEST 67/105 dscal:nan_0_inc_2 [OK] TEST 68/105 dscal:nan_0 [OK] TEST 69/105 dscal:0_nan_inc_2 [FAIL] ERR: test_zscal.c:180 should be true TEST 70/105 dscal:0_nan [FAIL] ERR: test_zscal.c:168 should be true TEST 71/105 sscal:inf_nan_inc_2 [OK] TEST 72/105 sscal:inf_nan [OK] TEST 73/105 sscal:nan_inf_inc_2 [OK] TEST 74/105 sscal:nan_inf [OK] TEST 75/105 sscal:inf_0_inc_2 [OK] TEST 76/105 sscal:inf_0 [OK] TEST 77/105 sscal:0_inf_inc_2 [FAIL] ERR: test_zscal.c:77 should be true TEST 78/105 sscal:0_inf [FAIL] ERR: test_zscal.c:65 should be true TEST 79/105 sscal:nan_0_inc_2 [OK] TEST 80/105 sscal:nan_0 [OK] TEST 81/105 sscal:0_nan_inc_2 [FAIL] ERR: test_zscal.c:31 should be true TEST 82/105 sscal:0_nan [FAIL] ERR: test_zscal.c:19 should be true
* math/openblas: fix build on powerpc64lePiotr Kubaj2025-02-122-1/+6
| | | | | OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./test_sbgemm > SBBLAT3.SUMM FATAL ERROR SBGEMV - Return code: 16862
* math/openblas: Real update 0.3.27 → 0.3.29, fix stage with DYNAMIC_ARCH offVladimir Druzenko2025-02-033-19/+9
| | | | | | | | | | Changelogs: https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.28 https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.29 PR: 284425 284314 Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) Fixes: 89303ca180e0 (upgrade to v0.3.29)
* math/openblas: upgrade to v0.3.29Thierry Thomas2025-01-282-6/+9
| | | | | | | | Releases notes at https://github.com/OpenMathLib/OpenBLAS/releases PR: 284314 Approved by phd_kimberlite (at) yahoo.co.jp (maintainer) Exp-run by: antoine
* math/openblas: -lm is after all necessaryPiotr Kubaj2024-08-131-0/+1
| | | | I'm not sure why it previously built for me, but now it doesn't anymore.
* math/openblas: -lm doesn't seem to be necessary on powerpc64le anymorePiotr Kubaj2024-07-161-1/+0
|
* math/openblas: fix build on powerpc64*Piotr Kubaj2024-06-231-0/+11
| | | | | gemv.c:229:31: error: 'GEMM_MULTITHREAD_THRESHOLD' undeclared (first use in this function) 229 | if ( 1L * m * n < 115200L * GEMM_MULTITHREAD_THRESHOLD )
* math/openblas: update to 0.3.27Artyom Davidov2024-06-212-7/+11
| | | | | | | | | Changelog at <https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.27>. PR: 276789 Reported by: Artyom Davidov Approved by: Eijiro Shibusawa (maintainer) Exp-run by: antoine@
* math/openblas: fix build on powerpc64lePiotr Kubaj2024-01-161-0/+1
| | | | /usr/local/bin/ld: ../libopenblasp-r0.3.25.a(dnrm2_k_POWER8.o): undefined reference to symbol 'sqrt@@FBSD_1.0'
* math/openblas: Fix PLIST when INTERFACE64 option is enabledPo-Chuan Hsieh2023-12-261-1/+2
| | | | | | | | | | | | | | | from Makefile.install: 165 #Generating openblas.pc 166 ifeq ($(INTERFACE64),1) 167 SUFFIX64=64 168 endif 169 PKGFILE="$(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/$(LIBSONAMEBASE)$(SUFFIX64).pc" ... 178 @cat openblas.pc.in >> "$(PKGFILE)" PR: 275802 Submitted by: Sergey V. Koupreyenko <sergey.koupreyenko@gmail.com> Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
* math/openblas: upgrade to 0.3.25Eijiro Shibusawa2023-12-126-47/+9
| | | | | | | Releases notes at <https://github.com/OpenMathLib/OpenBLAS/releases>. PR: 273219 Exp-run by: antoine@
* math/openblas: Fix WWW and GH_ACCOUNTPo-Chuan Hsieh2023-10-112-4/+4
| | | | | | - Re-apply b159e5d830372870a93bd434cabcf95096b0b92f Approved by: portmgr (blanket)
* math/openblas: Revert "update to 0.3.24"Robert Clausecker2023-10-106-27/+47
| | | | | | | | | | | | On some amd64 CPUs, this change broke py-scipy during configure, and octave at runtime. In the end, octave kills the package builders. This reverts commit c45681ef5049357ef58d738865b821186b02578f. Approved by: portmgr (antoine) PR: 273219 MFH: 2023Q4
* math/openblas: Revert "Fix WWW and GH_ACCOUNT"Robert Clausecker2023-10-102-5/+5
| | | | | | | This reverts commit b159e5d830372870a93bd434cabcf95096b0b92f in preparation of a revert of c45681ef5049357ef58d738865b821186b02578f. Approved by: portmgr (antoine)
* math/openblas: Fix WWW and GH_ACCOUNTPo-Chuan Hsieh2023-10-082-5/+5
| | | | Approved by: portmgr (blanket)
* math/openblas: update to 0.3.24Eijiro Shibusawa2023-10-046-47/+26
| | | | | | Changelog: https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.24 PR: 273219
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-0/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* math: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Aaron Dalton <aaron@daltons.ca> * Alessando Sagratini <ale_sagra@hotmail.com> * Alex Dupre <ale@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Amarendra Godbole <amarendra.godbole@gmail.com> * Anders Nordby <anders@FreeBSD.org> * Andreas Fehlner (fehlner@gmx.de) * Andrew L. Neporada <andrew@chg.ru> * Andrey <gugu@zoo.rambler.ru> * Andrey Zakhvatov * Anton Berezin <tobez@FreeBSD.org> * Anton Berezin <tobez@plab.ku.dk> * Anton Berezin <tobez@tobez.org> * Anton Shterenlikht * Anton Shterenlikht <mexas@bris.ac.uk> * Bob Eager <bob@eager.cx> * Charlie Kester <corky1951@comcast.net> * Cheng-Lung Sung <clsung@FreeBSD.org> * Cheng-Lung Sung <clsung@dragon2.net> * Chris D. Faulhaber <jedgar@fxp.org> * Christopher J. Ruwe * Christopher Key <cjk32@cam.ac.uk> * Chuck Hein <geekdude@pacbell.net> * Cyrille Szymanski <cnszym@gmail.com> * Dan Rue <drue@therub.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David Naylor <dbn@FreeBSD.org> * David Naylor <naylor.b.david@gmail.com> * Dereckson <dereckson@gmail.com> * Devin Teske <dteske@FreeBSD.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Dmitry Sivachenko <mitya@yandex-team.ru> * Don Croyle <croyle@gelemna.org> * Douglas K. Rand (rand@meridian-enviro.com) * Dylan Simon <dylan@dylex.net> * Edwin Groothuis <edwin@mavetju.org> * Eijiro Shibusawa <ej-sib@ice.uec.ac.jp> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eoin Lawless (eoin@maths.tcd.ie) * Eric A. Griff <eagriff@global2000.net> * Eric van Gyzen <vangyzen@stat.duke.edu> * Ewgenij Gawrilow <gawrilow@math.tu-berlin.de> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Foxfair Hu <foxfair@FreeBSD.org> * Frederic Han <han@math.jussieu.fr> * Gabor Kovesdan <gabor@FreeBSD.org> * Gea-Suan Lin <gslin@gslin.org> * George Reid <greid@ukug.uk.freebsd.org> * Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> * Greg Larkin <glarkin@FreeBSD.org> * Guangyuan Yang <ygy@FreeBSD.org> * Gustau Perez i Querol <gustau.perez@gmail.com> * Heinz Tschabitscher * Horia Racoviceanu <horia@racoviceanu.com> * Hye-Shik Chang <perky@fallin.lv> * Iblis Lin <iblis@hs.ntnu.edu.tw> * Issei Suzuki <issei@jp.FreeBSD.ORG> * Janni * Jason Harris <jharris@widomaker.com> * Javad Kouhi <javad.kouhi@gmail.com> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johannes Dieterich <dieterich@ogolem.org> * Johannes M Dieterich <jmd@FreeBSD.org> * Johannes Meixner <johannes@perceivon.net> * John Marino <marino@FreeBSD.org> * Joseph Koshy <jkoshy@FreeBSD.org> * Ju Pengfei <ju.pengfei@gmail.com> * Jukka A. Ukkonen <jau@iki.fi> * Kay Lehmann <kay_lehmann@web.de> * Kevin Lo <kevlo@FreeBSD.org> * Klaus T. Aehlig <aehlig@linta.de> * Kubilay Kocak <koobs@FreeBSD.org> * Kurt Jaeger <fbsd-ports@opsec.eu> * Lars Engels <lme@FreeBSD.org> * Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> * Lars Koeller <Lars.Koeller@Uni-Bielefeld.de> * Li-Wen Hsu <lwhsu@FreeBSD.org> * Li-Wen Hsu <lwhsu@lwhsu.org> * M. L. Dodson, <bdodson@scms.utmb.edu> * Maho Nakata <maho@FreeBSD.org> * Mario S F Ferreira <lioux@FreeBSD.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Mark Felder <feld@FreeBSD.org> * Mark R V Murray <markm@FreeBSD.org> * Martin Matuska <mm@FreeBSD.org> * Matthew Seaman <matthew@FreeBSD.org> * Maurice Castro <maurice@serc.rmit.edu.au> * Maxim Sobolev <sobomax@FreeBSD.org> * Maxime Henrion <mux@FreeBSD.org> * Michael Haro <mharo@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael Johnson <ahze@ahze.net> * Michael Neumann <mneumann@ntecs.de> * Muhammad Moinur Rahmanh <5u623l20@gmail.com> * NAKATA Maho <chat95@mbox.kyoto-inet.or.jp> * NAKATA, Maho <maho@FreeBSD.org> * Nakata Maho <maho@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Olivier Duchateau * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Pedro Giffuni <pfg@FreeBSD.org> * Peter Pentchev <roam@FreeBSD.org> * Philip Paeps <philip@FreeBSD.org> * Pierre-Paul Lavoie <ppl@nbnet.nb.ca> * Pietro Cerutti <gahr@FreeBSD.org> * Piotr Rybicki <meritus@innervision.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rainer Hurling <rhurlin@gwdg.de> * Robert Jenssen * Robin Schilham * Rod Taylor <ports@rbt.ca> * Roman Neuhauser <neuhauser@sigpipe.cz> * Sander Vesik <sander@haldjas.folklore.ee> * Scott Flatman <sf@dsinw.com> * Seamus Venasse <svenasse@polaris.ca> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Akifyev <asa@agava.com> * Sergey Akifyev <asa@gascom.ru> * Sergey Skvortsov <skv@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Shell Hung <shell@shellhung.org> * Shin-ya MURAKAMI <murashin@gfd-dennou.org> * Stas Timokhin <devel@stasyan.com> * Stefan A. Deutscher (sad@mailaps.org) * Stefan Esser <se@StefanEsser.FreeBSD.org> * Stephen Montgomery-Smith <stephen@FreeBSD.edu> * Stephen Montgomery-Smith <stephen@FreeBSD.org> * Stephen Montgomery-Smith <stephen@math.missouri.edu> * Stephen Montgomery-Smith <stephen@missouri.edu> * Steve Wills <steve@mouf.net> * Steve Wills <swills@FreeBSD.org> * Steven Kreuzer <skreuzer@FreeBSD.org> * Steven Kreuzer <skreuzer@f2o.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas (<thierry@pompo.net>) * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Sandford <freebsduser@paradisegreen.co.uk> * Timothy Bourke <timbob@bigpond.com> * Tony Maher * Tz-Huan Huang <tzhuan@csie.org> * Vsevolod Stakhov <vsevolod@FreeBSD.org> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Waitman Gobble <waitman@waitman.net> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Will Andrews <andrews@technologist.com> * Yi-Hsuan Hsin <mhsin@mhsin.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yinghong.Liu <relaxbsd@gmail.com> * Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> * Yukihiro Nakai <Nakai@technologist.com> * Yuri Victorovich <yuri@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Yuri Victorovich <yuri@tsoft.com> * Zhen REN <bg1tpt@gmail.com> * amir.husaini@gmail.com * arved * asami * b.f. <bf@FreeBSD.org> * bart <lbartoletti@FreeBSD.org> * bauerm * bf <bf2006a@yahoo.com> * bf <bf@FreeBSD.org> * bf@FreeBSD.org * bremner@unb.ca * chinsan * chuckr@FreeBSD.org * dawe <daweonline@gmail.com> * dbader@ece.unm.edu * dd * demon@FreeBSD.org * dikshie * eserte * fenner * gahr * giffunip * gmarco@giovannelli.it * gurkan@phys.ethz.ch * ijliao * janek@gaja.ipan.lublin.pl * jhs@berklix.com / asami (original) * jmz * js@jeannot.org * keith@FreeBSD.org * ljo * mr * nobu@rd.isac.co.jp * pauls@utdallas.edu * pusto@web.de * reg@shale.csir.co.za * rfarmer@predatorlabs.net * stephen@FreeBSD.org * thierry@pompo.net * tobez * will * # Created by Matthias Fechner <mfechner@FreeBSD.org> With hat: portmgr
* math/openblas: Update to 0.3.20Yasuhiro Kimura2022-03-272-4/+4
| | | | | | | | It fixes CPU detection error with Intel Alder Lake. ChangeLog: https://github.com/xianyi/OpenBLAS/blob/v0.3.20/Changelog.txt PR: 262838 Approved by: maintainer
* math/openblas: Add CPE informationBernhard Froehlich2021-12-211-1/+2
| | | | Approved by: portmgr (blanket)
* math/openblas: update to 0.3.18Oleg Sidorkin2021-10-123-18/+4
| | | | | PR: 259038 Approved by: phd_kimberlite AT yahoo DOT co DOT jp (maintainer)
* math/openblas: fix build on amd64Piotr Kubaj2021-07-141-0/+14
| | | | | Same issue as in https://github.com/xianyi/OpenBLAS/issues/3309. While it builds on i386 and powerpc64, for some reason it fails on amd64.
* math/openblas: update to 0.3.16Piotr Kubaj2021-07-132-12/+4
| | | | | | Changelog: https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.16 PR: 257136 Approved by: phd_kimberlite@yahoo.co.jp (maintainer)
* math/lapack: +math/blas et al., upgrade to 3.9.1Thierry Thomas2021-06-131-2/+0
| | | | | | | | | | | | | | | | | - Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack to 3.9.1; Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html> - Chase this upgrade in biology/treekin; - Add a test target; - Remove a conflict with math/openblas (PR 244296); - Fix the build with Gcc10 (PR 247485). PR: 247542 Approved by: expr-run by antoine@
* math/openblas: Fix build on armv6/v7Mikael Urankar2021-06-031-0/+2
| | | | | | | | OpenMP is not available on these arches: In file included from ../common.h:847: ../common_thread.h:43:10: fatal error: 'omp.h' file not found Approved by: portmgr (build fix blanket)
* math/openblas: Fix build on aarch64Mikael Urankar2021-05-272-2/+5
| | | | | | | Yet another upstream patch to fix the previous broken patch. PR: 255908 Approved by: portmgr (build fix blanket)
* math/openblas: Fix build on aarch64Mikael Urankar2021-05-182-1/+6
| | | | | | Import upstream patch. Approved by: portmgr (build fix blanket)
* math/openblas: Update to 0.3.15Eijiro Shibusawa2021-05-064-21/+17
| | | | | | Changes: https://github.com/xianyi/OpenBLAS/blob/develop/Changelog.txt PR: 255661
* Replace ${ECHO} with ${ECHO_CMD}, ECHO builtin is cleared with ``make -s''Alexey Dokuchaev2021-04-171-12/+12
| | | | PR: 253684
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/openblas: Allow building in poudriere with DYNAMIC_ARCH=off.Gleb Popov2021-03-221-5/+1
| | | | | | | | | | The removed check was simply a safety belt. Improve option's description to underline that turning it off semantically equals to building with march=native. PR: 245926 Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) Notes: svn path=/head/; revision=568969
* math/openblas: exclude OPENMP on powerpc64lePiotr Kubaj2021-03-171-0/+1
| | | | | | | Like on other powerpc* platforms, OpenMP is mandatory and openblas can't be compiled without it. Notes: svn path=/head/; revision=568680
* Do not force GCC when OPENMP is selected.Thierry Thomas2021-03-151-13/+2
| | | | | | | | | PR: 254284 Submitted by: /me Approved by: phd_kimberlite (maintainer) Notes: svn path=/head/; revision=568472
* math/openblas: Update to 0.3.13Luca Pizzamiglio2021-02-212-4/+4
| | | | | | | | | | Changes: https://github.com/xianyi/OpenBLAS/blob/develop/Changelog.txt PR: 251885 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> Notes: svn path=/head/; revision=566250
* math/openblas: fix build on powerpc64lePiotr Kubaj2021-01-011-0/+11
| | | | | | | Commit forgotten patch. Notes: svn path=/head/; revision=559879
* math/openblas: fix build on powerpc64lePiotr Kubaj2021-01-011-2/+7
| | | | | | | | | | | Use GCC to build, like on powerpc64. Since LE supports DYNAMIC_ARCH, add it. Correct check for 64-bit architectures. Approved by: tier 2 blanket Notes: svn path=/head/; revision=559831
* math/openblas: update to 0.3.12Piotr Kubaj2020-11-243-15/+4
| | | | | | | | | | Remove one patch that was committed to upstream. PR: 251338 Approved by: phd_kimberlite@yahoo.co.jp (maintainer) Notes: svn path=/head/; revision=556140
* math/openblas: add missing library to pkg-plistPiotr Kubaj2020-09-061-0/+1
| | | | | | | lib/libopenblas.so.0 was forgotten in my previous commit. Notes: svn path=/head/; revision=547863
* math/openblas: update to 0.3.10, add POWER8 optionPiotr Kubaj2020-09-062-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: common: Improved thread locking behaviour in blas_server and parallel getrf Imported bugfix 394 from LAPACK (spurious reference to "XERBL" due to overlong lines) Imported bugfix 403 from LAPACK (compile option "recursive" required for correctness with Intel and PGI) Imported bugfix 408 from LAPACK (wrong scaling in ZHEEQUB) Imported bugfix 411 from LAPACK (infinite loop in LARGV/LARTG/LARTGP) Fixed mismatches between BUFFERSIZE and GEMM_UNROLL parameters that could lead to crashes at large matrix sizes Restored internal soname in dynamic libraries on FreeBSD and Dragonfly Added API (openblas_setaffinity) to set thread affinity programmatically on Linux Added initial infrastructure for half-precision floating point (bfloat16) support with a generic implementation of SHGEMM Added CMAKE build system support for building the cblas_Xgemm3m functions Fixed CMAKE support for building in a path with embedded spaces Fixed CMAKE (non)handling of NO_EXPRECISION and MAX_STACK_ALLOC Fixed GCC version detection in the Makefiles Allowed overriding the names of AR, AS and LD in Makefile builds POWER: fixed big-endian POWER8 ELFv2 builds on FreeBSD Fixed GCC version checks and DYNAMIC_ARCH builds on POWER9 Fixed CMAKE build support for POWER9 fixed a potential race condition in the thread buffer allocation Worked around LAPACK test failures on PPC G4 MIPS: fixed a potential race condition in the thread buffer allocation Added support for MIPS 24K/24KE family based on P5600 kernels MIPS64: fixed a potential race condition in the thread buffer allocation Added TARGET=GENERIC ARMV7: fixed a race condition in the thread buffer allocation ARMV8: Fixed a race condition in the thread buffer allocation Fixed zero initialisation in the assembly for SGEMM and DGEMM BETA Improved performance of the ThunderX2 DAXPY kernel Added an optimized SGEMM kernel for Cortex A53 Fixed Makefile support for INTERFACE64 (8-byte integer) x86_64: Fixed a syntax error in the CMAKE setup for SkylakeX Improved performance of STRSM on Haswell, SkylakeX and Ryzen Improved SGEMM performance on SGEMM for workloads with ldc a multiple of 1024 Improved DGEMM performance on Skylake X Fixed unwanted AVX512-dependency of SGEMM in DYNAMIC_ARCH builds created on SkylakeX Removed data alignment requirement in the SSE2 copy kernels that could cause spurious crashes Added a workaround for an optimizer bug in AppleClang 11.0.3 Fixed LAPACK-TEST failures with Intel Fortran Fixed compilation and LAPACK test results with recent Flang and AMD AOCC Fixed DYNAMIC_ARCH builds with CMAKE on OS X Fixed missing exports of cblas_i?amin, cblas_i?min, cblas_i?max, cblas_?sum, cblas_?gemm3m in the shared library on OS X Fixed reporting of cpu name in DYNAMIC_ARCH builds (would sometimes show the name of an older generation chip supported by the same kernels) IBM Z: Improved performance of SGEMM/STRMM and DGEMM/DTRMM on Z14 PR: 249120 Approved by: phd_kimberlite@yahoo.co.jp (maintainer) Notes: svn path=/head/; revision=547859
* math/openblas: disable OPENMP for powerpcPiotr Kubaj2020-06-041-0/+1
| | | | | | | Same as on powerpc64, USE_THREAD=1 enables OpenMP, so OpenMP will be always enabled. Notes: svn path=/head/; revision=537898
* math/openblas: fix build on powerpcPiotr Kubaj2020-06-042-1/+9
| | | | | | | | | | Merge upstream commit to fix build on powerpc. Use GCC from ports to build it. Since this is mostly about G3 and G4 machines that users have and OpenBLAS supports only G4 of those, target G4. Due to some (still unknown) regression on head, this builds on 12.1, but fails tests on head. Notes: svn path=/head/; revision=537882
* math/openblas: Fix a regression in 0.3.9 by backporting the pull requestYuri Victorovich2020-05-072-4/+7
| | | | | | | | | | The upstream agrees that this is a bug but they wouldn't make a release to fix it https://github.com/xianyi/OpenBLAS/issues/2600 Approved by: portmgr (unbreak) Notes: svn path=/head/; revision=534213
* math/openblas: Unbreak some users because some functions were broken with ↵Yuri Victorovich2020-05-061-0/+2
| | | | | | | | | | | | | | OPENMP=OFF Change the default to OPENMP=ON For example, erkale (science/erkale) was breaking: OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option. Approved by: portmgr (unbreak) Notes: svn path=/head/; revision=534202
* math/openblas: Update 0.3.7 -> 0.3.9Yuri Victorovich2020-05-063-16/+8
| | | | | | | | | | Includes the patch from 244637. PR: 246095 244637 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer), Notes: svn path=/head/; revision=534154
* Set a SONAME in libopenblas.so.Thierry Thomas2020-04-042-1/+12
| | | | | | | | | PR: 245320 Submitted by: /me Approved by: phd_kimberlite (maintainer) Notes: svn path=/head/; revision=530631
* math/openblas: actually add libopenblas library to the package on powerpc64 headPiotr Kubaj2020-02-041-4/+4
| | | | | | | | | | | | On powerpc64 head, libopenblas_ppc970p-r0.3.7.* weren't added to the package, even though the package itself built succesfully. This problem doesn't exist on 12. Lack of libopenblas_ppc970p-r0.3.7.* made many packages fail. Add DYNAMIC_ARCH option everywhere since it will cause the post-install target dependent on this option to run and include libopenblas_ppc970p-r0.3.7.* in the package. This is only to get the necessary libs in the package, the option only works on ppc64le, which we don't support. Bump PORTREVISION because of package change. Notes: svn path=/head/; revision=525231
* math/openblas: fix plist with DYNAMIC_ARCH offSteve Wills2020-01-312-3/+6
| | | | | | | | | | | | | | This is further fallout from r523749 and r524642 While here, fix order of PORTREVISION. There is no PORTREVISION bump because this a build fix. PR: 231371 PR: 243739 Reported by: many Notes: svn path=/head/; revision=524713