mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: arpack-ng: Remove 3.3.0.
This package fails to build and has no users in Guix. * gnu/packages/maths.scm (arpack-ng-3.3.0): Remove variable.
This commit is contained in:
parent
628afdc392
commit
3d62d7648a
1 changed files with 0 additions and 14 deletions
|
@ -894,20 +894,6 @@ (define-public arpack-ng
|
|||
(license (license:non-copyleft "file://COPYING"
|
||||
"See COPYING in the distribution."))))
|
||||
|
||||
(define-public arpack-ng-3.3.0
|
||||
(package
|
||||
(inherit arpack-ng)
|
||||
(version "3.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url (package-home-page arpack-ng))
|
||||
(commit version)))
|
||||
(file-name (git-file-name (package-name arpack-ng) version))
|
||||
(sha256
|
||||
(base32
|
||||
"00h6bjvxjq7bv0b8pwnc0gw33ns6brlqv00xx2rh3w9b5n205918"))))))
|
||||
|
||||
(define-public arpack-ng-openmpi
|
||||
(package (inherit arpack-ng)
|
||||
(name "arpack-ng-openmpi")
|
||||
|
|
Loading…
Reference in a new issue