summaryrefslogtreecommitdiff
path: root/math/openblas/files/patch-f_check (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.2.15.Raphael Kubo da Costa2016-02-181-4/+4
| | | | | | | | | | | | | | | | | | | 0.2.15 was released in October 2015. Release notes: http://www.openblas.net/Changelog.txt This update introduces support for new CPU architectures, such as Intel's Broadwell and Skylake. In practice, this means people using those architectures can actually build the port now (OpenBLAS seems to do some CPU-detection that cannot be easily turned off and refusing to build on unrecognized CPUs). Port changes: - Reorganize a few variables in Makefile. - Refresh patches. PR: 206886 Submitted by: Adriaan de Groot <groot@kde.org> (first version), Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) MFH: 2016Q1
* Update to version 0.2.11Pawel Pekala2014-09-211-7/+7
| | | | | PR: ports/193309 Submitted by: maintainer
* Add an math/openblas.Maho Nakata2012-08-261-0/+20
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. OpenBLAS is an open source project supported by Lab of Parallel Software and Computational Science, ISCAS. NOTE: If you want to specify your CPU microarchitecture manually, please use TARGET_CPU_ARCH knob, e.g., "make TARGET_CPU_ARCH=NEHALEM". This value is set TARGET build flag. WWW: https://github.com/xianyi/OpenBLAS PR: 165684 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>