mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove glpk-4.
* gnu/packages/maths.scm (glpk-4): Delete variable. Change-Id: I599bb1c4b5fdeef27bfd8c9306819ce862b17417
This commit is contained in:
parent
c07d417152
commit
2e212502b9
1 changed files with 0 additions and 14 deletions
|
@ -829,20 +829,6 @@ translator for the language. In addition to the C library, a stand-alone
|
|||
LP/MIP solver is included in the package.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public glpk-4
|
||||
(package
|
||||
(inherit glpk)
|
||||
(name "glpk")
|
||||
(version "4.65")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/glpk/glpk-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"040sfaa9jclg2nqdh83w71sv9rc1sznpnfiripjdyr48cady50a2"))))))
|
||||
|
||||
(define-public linasm
|
||||
(package
|
||||
(name "linasm")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue