summaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-06-25 22:28:17 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:01 +0200
commit7ec0b32d21d2be18ae5acca2d3a60b046fc64306 (patch)
tree17d91c41abe71bb5ce3fca302f396d10c64e4175 /gnu/packages/astronomy.scm
parent9c0fe23dfe84898016f7006ae4ad2c0e426703c5 (diff)
gnu: skymaker: Fix build.
* gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r--gnu/packages/astronomy.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 80ad8fa677..334c040c65 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -969,6 +969,7 @@ interactively in the plotting window.")
(arguments
`(#:configure-flags
(list
+ "CPPFLAGS=-fcommon" ; fix build with GCC 10
(string-append
"--with-fftw-libdir=" (assoc-ref %build-inputs "fftw") "/lib")
(string-append