gnu: igraph: Omit static library.

* gnu/packages/graph.scm (igraph)[arguments]: Add "--disable-static"
to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-26 00:04:17 +01:00
parent 13e55e6eeb
commit 4491c624dd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -68,7 +68,8 @@ (define-public igraph
(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