libraries/lapack: Updated for version 3.3.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Eugene Suter 2011-01-17 15:35:22 -06:00 committed by Robby Workman
parent 13c96cb1fd
commit 8f296a37ec
2 changed files with 4 additions and 4 deletions

View file

@ -7,8 +7,8 @@
# shared library version problem (major version consistency between updates) # shared library version problem (major version consistency between updates)
PRGNAM=lapack PRGNAM=lapack
VERSION=${VERSION:-3.2.2} VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
MAJOR=$(echo $VERSION | cut -d. -f1) MAJOR=$(echo $VERSION | cut -d. -f1)

View file

@ -1,8 +1,8 @@
PRGNAM="lapack" PRGNAM="lapack"
VERSION="3.2.2" VERSION="3.3.0"
HOMEPAGE="http://www.netlib.org/lapack/" HOMEPAGE="http://www.netlib.org/lapack/"
DOWNLOAD="http://www.netlib.org/lapack/lapack.tgz" DOWNLOAD="http://www.netlib.org/lapack/lapack.tgz"
MD5SUM="10832891c9e8100f81108c1ec7da0da4" MD5SUM="84213fca70936cc5f1b59a7b1bf71697"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Eugene Suter" MAINTAINER="Eugene Suter"