mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/lapack: Updated for version 3.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
13c96cb1fd
commit
8f296a37ec
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue