[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.
- branch core-updates-frozen updated (c61e49a -> f2b99e3), guix-commits, 2021/12/05
- 03/18: gnu: sjcount: Remove trailing #T., guix-commits, 2021/12/05
- 01/18: gnu: dropseq-tools: Remove trailing #T., guix-commits, 2021/12/05
- 02/18: gnu: dropseq-tools: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 06/18: gnu: intervaltree: Remove reference to %outputs., guix-commits, 2021/12/05
- 04/18: gnu: sjcount: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 05/18: gnu: biobambam2: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 08/18: gnu: adapterremoval: Remove reference to %outputs., guix-commits, 2021/12/05
- 09/18: gnu: ataqv: Remove references to %outputs and %build-inputs., guix-commits, 2021/12/05
- 13/18: gnu: kraken2: Remove reference to %outputs., guix-commits, 2021/12/05
- 16/18: gnu: clapack: Pass -fcommon to compiler.,
guix-commits <=
- 17/18: gnu: metabat: Remove trailing #T., guix-commits, 2021/12/05
- 12/18: gnu: methyldackel: Remove reference to %outputs., guix-commits, 2021/12/05
- 14/18: gnu: tla2tools: Remove remaining reference to %output., guix-commits, 2021/12/05
- 07/18: gnu: bbmap: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 11/18: gnu: phast: Remove reference to %outputs., guix-commits, 2021/12/05
- 10/18: gnu: libsbml: Remove references to %build-inputs., guix-commits, 2021/12/05
- 15/18: gnu: clapack: Remove trailing #T., guix-commits, 2021/12/05
- 18/18: gnu: python-bwapy: Remove pre-built object files., guix-commits, 2021/12/05