guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: glpk: Don't build static library.


From: guix-commits
Subject: 02/08: gnu: glpk: Don't build static library.
Date: Thu, 17 Dec 2020 15:29:02 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 9a6cf550bd2d22107bd60e6f8e85b3064403956c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 17 21:46:40 2020 +0200

    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(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 794111a..5dbd8b8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -575,7 +575,8 @@ It can utilize SIMD instructions that are available on 
modern processors.")
     (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



reply via email to

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