libraries/lapack: Updated for version 3.4.1 + new maintainer.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Serban Udrea 2012-09-13 19:31:44 -05:00 committed by Robby Workman
parent c8c1cde163
commit 49e98613c1
3 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
# 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.3.1} VERSION=${VERSION:-3.4.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="lapack" PRGNAM="lapack"
VERSION="3.3.1" VERSION="3.4.1"
HOMEPAGE="http://www.netlib.org/lapack/" HOMEPAGE="http://www.netlib.org/lapack/"
DOWNLOAD="http://www.netlib.org/lapack/lapack-3.3.1.tgz" DOWNLOAD="http://www.netlib.org/lapack/lapack-3.4.1.tgz"
MD5SUM="d0d533ec9a5b74933c2a1e84eedc58b4" MD5SUM="44c3869c38c8335c2b9c2a8bb276eb55"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="blas" REQUIRES="blas"
MAINTAINER="Eugene Suter" MAINTAINER="Serban Udrea"
EMAIL="easuter@gmail.com" EMAIL="S.Udrea@gsi.de"

View file

@ -38,7 +38,7 @@ LOADOPTS =
# SECOND and DSECND will use a call to the Fortran standard INTERNAL FUNCTION CPU_TIME # SECOND and DSECND will use a call to the Fortran standard INTERNAL FUNCTION CPU_TIME
#TIMER = INT_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 # 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) # The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo. # If you system has no ranlib, set RANLIB = echo.