mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qfits: Fix build with gcc@14.
* gnu/packages/astronomy.scm (qfits) [arguments] <make-flags>: Ignore compile warning "implicit-function-declaration". Change-Id: I08c5177042921e04df668540fef842ab3afc6ac8
This commit is contained in:
parent
f9703aa915
commit
188f60105f
1 changed files with 5 additions and 0 deletions
|
@ -8589,6 +8589,11 @@ arbitrary solar system observers.")
|
|||
(sha256
|
||||
(base32 "0m2b21mim3a7wgfg3ph2w5hv7mdvr03jmmhzipc0wcahijglcw9j"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:make-flags
|
||||
#~(list (string-append "CFLAGS=-g -O2"
|
||||
" -Wno-error=implicit-function-declaration"))))
|
||||
(home-page "https://www.eso.org/sci/software/eclipse/qfits/")
|
||||
(synopsis "C library offering access to astronomical FITS files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue