gnu: glpk: Don't build static library.
* gnu/packages/maths.scm (glpk)[arguments]: Add configure-flag to skip static library.master
parent
885fe927e7
commit
9a6cf550bd
|
@ -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