gnu: glpk: Update to 4.61.
* gnu/packages/maths.scm (glpk): Update to 4.61. [home-page]: Use HTTPS.
This commit is contained in:
parent
bb2f8bbc5a
commit
82110ef658
1 changed files with 3 additions and 3 deletions
|
@ -252,7 +252,7 @@ numbers.")
|
||||||
(define-public glpk
|
(define-public glpk
|
||||||
(package
|
(package
|
||||||
(name "glpk")
|
(name "glpk")
|
||||||
(version "4.60")
|
(version "4.61")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -260,13 +260,13 @@ numbers.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15z2ymzqhxwss6wgdj5f7vkyqlqdsjgrvm0x871kmlx0n0664mhk"))))
|
"1adbvwiaqrv9pql9ry3lhn2vfsxnff2vh4fs477d90kpfx0xwrlq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gmp" ,gmp)))
|
`(("gmp" ,gmp)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-gmp")))
|
`(#:configure-flags '("--with-gmp")))
|
||||||
(home-page "http://www.gnu.org/software/glpk/")
|
(home-page "https://www.gnu.org/software/glpk/")
|
||||||
(synopsis "GNU Linear Programming Kit, supporting the MathProg language")
|
(synopsis "GNU Linear Programming Kit, supporting the MathProg language")
|
||||||
(description
|
(description
|
||||||
"GLPK is a C library for solving large-scale linear programming (LP),
|
"GLPK is a C library for solving large-scale linear programming (LP),
|
||||||
|
|
Reference in a new issue