diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2012-09-13 19:31:44 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-13 21:39:48 -0500 |
commit | 49e98613c1c5f7fef3332b31d140f18967c218c4 (patch) | |
tree | 861f8261b14dbd8cf293821e7c5b72eb39e7d303 /libraries/lapack/make.inc | |
parent | c8c1cde16399711523f502cdf0fed04153b7d463 (diff) | |
download | slackbuilds-49e98613c1c5f7fef3332b31d140f18967c218c4.tar.gz |
libraries/lapack: Updated for version 3.4.1 + new maintainer.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/lapack/make.inc')
-rw-r--r-- | libraries/lapack/make.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/lapack/make.inc b/libraries/lapack/make.inc index b07500e16a..ed1c7578fa 100644 --- a/libraries/lapack/make.inc +++ b/libraries/lapack/make.inc @@ -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. |