From 9a6cf550bd2d22107bd60e6f8e85b3064403956c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 17 Dec 2020 21:46:40 +0200 Subject: gnu: glpk: Don't build static library. * gnu/packages/maths.scm (glpk)[arguments]: Add configure-flag to skip static library. --- gnu/packages/maths.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 794111afc4..5dbd8b8b51 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -575,7 +575,8 @@ (define-public glpk (inputs `(("gmp" ,gmp))) (arguments - `(#:configure-flags '("--with-gmp"))) + `(#:configure-flags '("--with-gmp" + "--disable-static"))) (home-page "https://www.gnu.org/software/glpk/") (synopsis "GNU Linear Programming Kit, supporting the MathProg language") (description -- cgit v1.2.3