summaryrefslogtreecommitdiffstats
path: root/libraries/OpenBLAS/README
diff options
context:
space:
mode:
author Mario Antunes <mariolpantunes@gmail.com>2023-07-08 09:40:39 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:40:39 +0700
commitdb9704e18830d23b0d356d538c2d1ddaff70f5e7 (patch)
tree31912048ae9979f553ee408fc263d06dbde0cd90 /libraries/OpenBLAS/README
parent7f43943a22989e49c11c2a43b31795036d7c20c2 (diff)
downloadslackbuilds-db9704e18830d23b0d356d538c2d1ddaff70f5e7.tar.gz
slackbuilds-db9704e18830d23b0d356d538c2d1ddaff70f5e7.tar.xz
libraries/OpenBLAS: Updated for version 0.3.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--libraries/OpenBLAS/README19
1 files changed, 6 insertions, 13 deletions
diff --git a/libraries/OpenBLAS/README b/libraries/OpenBLAS/README
index 0d1774b2ce..772a8d7fd6 100644
--- a/libraries/OpenBLAS/README
+++ b/libraries/OpenBLAS/README
@@ -1,15 +1,8 @@
-OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD
-version.
+OpenBLAS is an optimized BLAS library
-Added symbolic link to install a generic blas library that can be used
-by Octave and R.
+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.
+In most cases, the installation will detect the correct CPU architecture
+If you want to specify the architecture you can define the EXTRAPARAMS
+environmental variable with EXTRAPARAMS="TARGET=ZEN" (for AMD Ryzen CPUs)
-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