mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
b425b07ea7
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>
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
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
|