summaryrefslogtreecommitdiffstats
path: root/libraries/OpenBLAS/README
diff options
context:
space:
mode:
author Tim Dickson2019-01-07 13:26:31 +0100
committer Willy Sudiarto Raharjo2019-01-07 13:26:31 +0100
commitca7f1f2fc4a79a0a075ba1055d51d21e0e698654 (patch)
tree0a505ba39867c5e7b53a825edcc42f890de8110a /libraries/OpenBLAS/README
parent0adf2f7655da3da81f0979249482f2f592e35dd7 (diff)
downloadslackbuilds-ca7f1f2fc4a79a0a075ba1055d51d21e0e698654.tar.gz
libraries/OpenBLAS: Fix build on VM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/OpenBLAS/README')
-rw-r--r--libraries/OpenBLAS/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/OpenBLAS/README b/libraries/OpenBLAS/README
index f1a444a09e..7269fb158c 100644
--- a/libraries/OpenBLAS/README
+++ b/libraries/OpenBLAS/README
@@ -2,3 +2,8 @@ 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