guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: clapack: Pass -fcommon to compiler.


From: guix-commits
Subject: 16/18: gnu: clapack: Pass -fcommon to compiler.
Date: Sun, 5 Dec 2021 09:09:29 -0500 (EST)

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

commit c13046cb684440a2f8546c3238b1f80e88cf4f72
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 15:01:08 2021 +0100

    gnu: clapack: Pass -fcommon to compiler.
    
    * gnu/packages/maths.scm (clapack)[arguments]: Set CFLAGS.
---
 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 7e3c488..b04001b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -932,7 +932,8 @@ problems in numerical linear algebra.")
         "0nnap9q1mv14g57dl3vkvxrdr10k5w7zzyxs6rgxhia8q8mphgqb"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:phases
+     `(#:configure-flags '("-DCMAKE_C_FLAGS=-fcommon -O2")
+       #:phases
        (modify-phases %standard-phases
          ;; These tests use a lot of stack variables and segfault without
          ;; lifting resource limits.



reply via email to

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