gnu: lapack: Update to 3.5.0.

* gnu/packages/maths.scm (lapack): Update to 3.5.0.
This commit is contained in:
Andreas Enge 2014-01-26 13:03:20 +01:00
parent 22f33e6112
commit 566146abba

View File

@ -163,7 +163,7 @@ output in text, PostScript, PDF or HTML.")
(define-public lapack (define-public lapack
(package (package
(name "lapack") (name "lapack")
(version "3.4.2") (version "3.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -171,16 +171,7 @@ output in text, PostScript, PDF or HTML.")
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32
"1w7sf8888m7fi2kyx1fzgbm22193l8c2d53m8q1ibhvfy6m5v9k0")) "0lk3f97i9imqascnlf6wr5mjpyxqcdj73pgj97dj2mgvyg9z1n4s"))))
(snippet
;; Remove non-free files.
;; See <http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg01383.html>.
'(for-each (lambda (file)
(format #t "removing '~a'~%" file)
(delete-file file))
'("lapacke/example/example_DGESV_rowmajor.c"
"lapacke/example/example_ZGESV_rowmajor.c"
"DOCS/psfig.tex")))))
(build-system cmake-build-system) (build-system cmake-build-system)
(home-page "http://www.netlib.org/lapack/") (home-page "http://www.netlib.org/lapack/")
(inputs `(("fortran" ,gfortran-4.8) (inputs `(("fortran" ,gfortran-4.8)