guix-commits
[Top][All Lists]
Advanced

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

10/16: gnu: skymaker: Fix build.


From: guix-commits
Subject: 10/16: gnu: skymaker: Fix build.
Date: Sat, 8 Jul 2023 17:28:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7ec0b32d21d2be18ae5acca2d3a60b046fc64306
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
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 <me@tobias.gr>
---
 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

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