nckx pushed a commit to branch master
in repository guix.

commit 7ec0b32d21d2be18ae5acca2d3a60b046fc64306
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 25 22:28:17 2023 +0100

    gnu: skymaker: Fix build.
    
    * gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10.
    
    Signed-off-by: Tobias Geerinckx-Rice <[email protected]>
---
 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

Reply via email to