mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: glpk: Don't build static library.
* gnu/packages/maths.scm (glpk)[arguments]: Add configure-flag to skip static library.
This commit is contained in:
@@ -575,7 +575,8 @@ It can utilize SIMD instructions that are available on modern processors.")
|
|||||||
(inputs
|
(inputs
|
||||||
`(("gmp" ,gmp)))
|
`(("gmp" ,gmp)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-gmp")))
|
`(#:configure-flags '("--with-gmp"
|
||||||
|
"--disable-static")))
|
||||||
(home-page "https://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
|
||||||
|
|||||||
Reference in New Issue
Block a user