[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
- branch master updated (81fbe03 -> 824a9f1), guix-commits, 2020/11/25
- 02/07: gnu: igraph: Omit static library.,
guix-commits <=
- 01/07: gnu: igraph: Update to 0.8.4., guix-commits, 2020/11/25
- 04/07: gnu: lean: Trim synopsis., guix-commits, 2020/11/25
- 05/07: gnu: pyzo: Update to 4.11.2., guix-commits, 2020/11/25
- 03/07: gnu: lean: Update to 3.23.0., guix-commits, 2020/11/25
- 07/07: gnu: php: Update to 7.4.13., guix-commits, 2020/11/25
- 06/07: gnu: qtox: Update to 1.17.3., guix-commits, 2020/11/25