guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: igraph: Omit static library.


From: guix-commits
Subject: 02/07: gnu: igraph: Omit static library.
Date: Wed, 25 Nov 2020 22:23:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4491c624dd4a0af52873e9884ab8240cf09936e3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 00:04:17 2020 +0100

    gnu: igraph: Omit static library.
    
    * gnu/packages/graph.scm (igraph)[arguments]: Add "--disable-static"
    to #:configure-flags.
---
 gnu/packages/graph.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 0a8a673..86c4b98 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]