summaryrefslogtreecommitdiffstats
path: root/libraries/lapack/lapack.SlackBuild
diff options
context:
space:
mode:
author Eugene Suter2011-01-17 22:35:22 +0100
committer Robby Workman2011-01-30 16:13:22 +0100
commit8f296a37ecb54c4a7fdcb42793b1e1599c1b2178 (patch)
tree1d1f5314a5e1a18a1c69061cd944b4c2a52139bb /libraries/lapack/lapack.SlackBuild
parent13c96cb1fd46af94d72d29fcc1523eb6b05b8f05 (diff)
downloadslackbuilds-8f296a37ecb54c4a7fdcb42793b1e1599c1b2178.tar.gz
libraries/lapack: Updated for version 3.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/lapack/lapack.SlackBuild')
-rw-r--r--libraries/lapack/lapack.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/lapack/lapack.SlackBuild b/libraries/lapack/lapack.SlackBuild
index e4ef3e8596..675fa27da4 100644
--- a/libraries/lapack/lapack.SlackBuild
+++ b/libraries/lapack/lapack.SlackBuild
@@ -7,8 +7,8 @@
# shared library version problem (major version consistency between updates)
PRGNAM=lapack
-VERSION=${VERSION:-3.2.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.3.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
MAJOR=$(echo $VERSION | cut -d. -f1)