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:
parent
9c0fe23dfe
commit
7ec0b32d21
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,7 @@ interactively in the plotting window.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
"CPPFLAGS=-fcommon" ; fix build with GCC 10
|
||||||
(string-append
|
(string-append
|
||||||
"--with-fftw-libdir=" (assoc-ref %build-inputs "fftw") "/lib")
|
"--with-fftw-libdir=" (assoc-ref %build-inputs "fftw") "/lib")
|
||||||
(string-append
|
(string-append
|
||||||
|
|
Reference in a new issue