guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: Add lapack-3.5.


From: Ludovic Courtès
Subject: 01/09: gnu: Add lapack-3.5.
Date: Wed, 11 Oct 2017 05:12:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b509efb385e25e19bd1a44352c221ce74e961cff
Author: Theodoros Foradis <address@hidden>
Date:   Sat Sep 9 20:57:47 2017 +0300

    gnu: Add lapack-3.5.
    
    * gnu/packages/maths.scm (lapack-3.5): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/maths.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index add67d4..69f2e4e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]