diff options
author | Eugene Suter <easuter@gmail.com> | 2010-08-17 22:29:30 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-18 14:01:18 -0500 |
commit | 72fdaaaf4ab131e5fd7a6b013d9db120f16ebf88 (patch) | |
tree | adb88b70a5c52394dc0430d2f70bc65639a58795 /libraries/blas/README | |
parent | 28085bbb36f6e6461116382a86578f336d00a236 (diff) | |
download | slackbuilds-72fdaaaf4ab131e5fd7a6b013d9db120f16ebf88.tar.gz |
libraries/blas: Updated for version 20070405.
This commit also changes the versioning of the shared library
to use libblas.so.3 as opposed to the full 3.2.2 (inherited
from the lapack library). This should allow for less annoying
upgrades - thanks to Pablo Santamaria for the tip.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/blas/README')
-rw-r--r-- | libraries/blas/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/blas/README b/libraries/blas/README index e6b80a9d80..c9ab6d871e 100644 --- a/libraries/blas/README +++ b/libraries/blas/README @@ -1,6 +1,6 @@ Build script for the reference BLAS library provided by Netlib. The final package will contain static and shared libraries. -Note: This BLAS implementation is not optimized! If want good +Note: This BLAS implementation is not optimized! If you want good performance, then use the BLAS libraries provided by your CPU vendor. |