slackbuilds/libraries/OpenBLAS
Mario Antunes 32306ae51f libraries/OpenBLAS: Updated for version 0.3.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-11-14 08:36:07 +07:00
..
OpenBLAS.SlackBuild libraries/OpenBLAS: Updated for version 0.3.12. 2020-11-14 08:36:07 +07:00
OpenBLAS.info libraries/OpenBLAS: Updated for version 0.3.12. 2020-11-14 08:36:07 +07:00
README libraries/OpenBLAS: Fix build on VM. 2019-01-07 19:26:31 +07:00
slack-desc libraries/OpenBLAS: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.

Added symbolic link to install a generic blas library that can be used by
Octave and R.
OpenBLAS has cpu specific targetted assembly code for speed optimisation.
If running in a vm with QEMU cpu you need to specify a variable
TARGET=cpuname to the script where cpuname is one from the list in the
sourcecode file TargetList.txt
examples are TARGET=NEHALEM for an Intel i7 or TARGET=ATHLON for AMD Athlon