mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: lapack-3.5: Delete package.
* gnu/packages/maths.scm (lapack-3.5): Delete package. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
ac04601a82
commit
fc3c88ec9c
1 changed files with 0 additions and 13 deletions
|
@ -525,19 +525,6 @@ (define-public lapack
|
|||
(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