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
@ -68,7 +68,8 @@
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--with-external-glpk"
|
||||
(list "--disable-static"
|
||||
"--with-external-glpk"
|
||||
"--with-external-blas"
|
||||
"--with-external-lapack")))
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user