Archived
1
0
Fork 0

gnu: skymaker: Fix build.

* gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Sharlatan Hellseher 2023-06-25 22:28:17 +01:00 committed by Tobias Geerinckx-Rice
parent 9c0fe23dfe
commit 7ec0b32d21
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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