guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: gsl: Build shared libraries only.


From: guix-commits
Subject: 02/09: gnu: gsl: Build shared libraries only.
Date: Tue, 24 Nov 2020 18:07:52 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 03cb11400c4a74f2d55be41c9998e3c35e645a90
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 24 14:10:20 2020 +0100

    gnu: gsl: Build shared libraries only.
    
    * gnu/packages/maths.scm (gsl)[arguments]: Add #:configure-flags.
---
 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 db4e6cc..ee6c75e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -476,7 +476,8 @@ precision floating point numbers.")
     (build-system gnu-build-system)
     (arguments
      (let ((system (%current-system)))
-       `(#:phases
+       `(#:configure-flags (list "--disable-static") ;halves package size
+         #:phases
          (modify-phases %standard-phases
            ,@(cond
               ((or (string-prefix? "aarch64" system)



reply via email to

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