summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorTheodoros Foradis <theodoros@foradis.org>2018-05-19 21:46:26 +0300
committerDanny Milosavljevic <dannym@scratchpost.org>2018-06-07 23:23:40 +0200
commitfc3c88ec9c35abb4ae071532d7fc2546326d5415 (patch)
tree8d0639c6d0b053a6df94320f801ba50d97fedafe /gnu/packages/maths.scm
parentac04601a82254a8f30a581d8a001fe00eb548c8e (diff)
downloadgnu-guix-fc3c88ec9c35abb4ae071532d7fc2546326d5415.tar
gnu-guix-fc3c88ec9c35abb4ae071532d7fc2546326d5415.tar.gz
gnu: lapack-3.5: Delete package.
* gnu/packages/maths.scm (lapack-3.5): Delete package. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index fa36431e79..ee5be3ed5d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -525,19 +525,6 @@ 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")