diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:21:01 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:21:01 -0400 |
commit | 58437b9c84730a424265cbab3a24b12b71dfc5cb (patch) | |
tree | 9d3c2dc29c6f3fffdb193cc3f0705101c1d7d20a /libraries/OpenBLAS/README | |
parent | 760685642f93fe7280e0898ed9688ce483aa9ea8 (diff) | |
download | slackbuilds-58437b9c84730a424265cbab3a24b12b71dfc5cb.tar.gz |
libraries/OpenBLAS: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/OpenBLAS/README')
-rw-r--r-- | libraries/OpenBLAS/README | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/libraries/OpenBLAS/README b/libraries/OpenBLAS/README index 7269fb158c..0d1774b2ce 100644 --- a/libraries/OpenBLAS/README +++ b/libraries/OpenBLAS/README @@ -1,9 +1,15 @@ -OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. +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. -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 + +examples are TARGET=NEHALEM for an Intel i7 or TARGET=ATHLON for AMD +Athlon |