[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31530] [PATCH 5/6] gnu: lapack-3.5: Delete package.
From: |
Theodoros Foradis |
Subject: |
[bug#31530] [PATCH 5/6] gnu: lapack-3.5: Delete package. |
Date: |
Sat, 19 May 2018 21:46:26 +0300 |
* gnu/packages/maths.scm (lapack-3.5): Delete package.
---
gnu/packages/maths.scm | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c1ef67f3d..bd5d9bb77 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -523,19 +523,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")
--
2.16.2