diff options
author | Eugene Suter <easuter@gmail.com> | 2010-08-17 22:36:22 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-18 14:01:18 -0500 |
commit | b7265ca413b650ff74d46e4c117e66171f620d27 (patch) | |
tree | 43a5e6f831c9b5a1cb5c589b576533994dbfdf23 /libraries/lapack/lapack.info | |
parent | 72fdaaaf4ab131e5fd7a6b013d9db120f16ebf88 (diff) | |
download | slackbuilds-b7265ca413b650ff74d46e4c117e66171f620d27.tar.gz |
libraries/lapack: Updated for version 3.2.2.
This commit also changes the versioning of the shared library
to use liblapack.so.3 as opposed to the full 3.2.2, even though
the filename is still the same. 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/lapack/lapack.info')
-rw-r--r-- | libraries/lapack/lapack.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/lapack/lapack.info b/libraries/lapack/lapack.info index 312e01dee4..f0f49f4d7d 100644 --- a/libraries/lapack/lapack.info +++ b/libraries/lapack/lapack.info @@ -1,8 +1,8 @@ PRGNAM="lapack" -VERSION="3.2.1" +VERSION="3.2.2" HOMEPAGE="http://www.netlib.org/lapack/" -DOWNLOAD="http://www.netlib.org/lapack/lapack-3.2.1.tgz" -MD5SUM="a3202a4f9e2f15ffd05d15dab4ac7857" +DOWNLOAD="http://www.netlib.org/lapack/lapack.tgz" +MD5SUM="10832891c9e8100f81108c1ec7da0da4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Eugene Suter" |