mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/lapack: Updated for version 3.4.1 + new maintainer.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c8c1cde163
commit
49e98613c1
3 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
# shared library version problem (major version consistency between updates)
|
||||
|
||||
PRGNAM=lapack
|
||||
VERSION=${VERSION:-3.3.1}
|
||||
VERSION=${VERSION:-3.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="lapack"
|
||||
VERSION="3.3.1"
|
||||
VERSION="3.4.1"
|
||||
HOMEPAGE="http://www.netlib.org/lapack/"
|
||||
DOWNLOAD="http://www.netlib.org/lapack/lapack-3.3.1.tgz"
|
||||
MD5SUM="d0d533ec9a5b74933c2a1e84eedc58b4"
|
||||
DOWNLOAD="http://www.netlib.org/lapack/lapack-3.4.1.tgz"
|
||||
MD5SUM="44c3869c38c8335c2b9c2a8bb276eb55"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="blas"
|
||||
MAINTAINER="Eugene Suter"
|
||||
EMAIL="easuter@gmail.com"
|
||||
MAINTAINER="Serban Udrea"
|
||||
EMAIL="S.Udrea@gsi.de"
|
||||
|
|
|
@ -38,7 +38,7 @@ LOADOPTS =
|
|||
# SECOND and DSECND will use a call to the Fortran standard INTERNAL FUNCTION CPU_TIME
|
||||
#TIMER = INT_CPU_TIME
|
||||
# If neither of this works...you can use the NONE value... In that case, SECOND and DSECND will always return 0
|
||||
TIMER = NONE
|
||||
TIMER = INT_ETIME
|
||||
#
|
||||
# The archiver and the flag(s) to use when building archive (library)
|
||||
# If you system has no ranlib, set RANLIB = echo.
|
||||
|
|
Loading…
Reference in a new issue