slackbuilds_ponce/libraries/OpenBLAS
Willy Sudiarto Raharjo 5262771ecd
libraries/OpenBLAS: Fix Build on 32 bit.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-26 01:20:12 +07:00
..
OpenBLAS.info
OpenBLAS.SlackBuild libraries/OpenBLAS: Fix Build on 32 bit. 2022-03-26 01:20:12 +07:00
README
slack-desc

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