mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add lapack-3.5.
* gnu/packages/maths.scm (lapack-3.5): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
22d1060eff
commit
b509efb385
1 changed files with 13 additions and 0 deletions
|
@ -473,6 +473,19 @@ problems in numerical linear algebra.")
|
|||
(license (license:non-copyleft "file://LICENSE"
|
||||
"See LICENSE in the distribution."))))
|
||||
|
||||
(define-public lapack-3.5
|
||||
(package
|
||||
(inherit lapack)
|
||||
(version "3.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.netlib.org/lapack/lapack-"
|
||||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lk3f97i9imqascnlf6wr5mjpyxqcdj73pgj97dj2mgvyg9z1n4s"))))))
|
||||
|
||||
(define-public scalapack
|
||||
(package
|
||||
(name "scalapack")
|
||||
|
|
Loading…
Reference in a new issue