gnu: igraph: Omit static library.
* gnu/packages/graph.scm (igraph)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
13e55e6eeb
commit
4491c624dd
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "--with-external-glpk"
|
(list "--disable-static"
|
||||||
|
"--with-external-glpk"
|
||||||
"--with-external-blas"
|
"--with-external-blas"
|
||||||
"--with-external-lapack")))
|
"--with-external-lapack")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue