From 7ec0b32d21d2be18ae5acca2d3a60b046fc64306 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 25 Jun 2023 22:28:17 +0100 Subject: [PATCH] gnu: skymaker: Fix build. * gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10. Signed-off-by: Tobias Geerinckx-Rice --- gnu/packages/astronomy.scm | 1 + 1 file changed, 1 insertion(+) 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