mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-cisd-jhdf5: Fix build with gcc@14.
* gnu/packages/java.scm (java-cisd-jhdf5): [phases] {build-native-library}: Add "-Wno-error=implicit-function-declaration" option to relax GCC strictness. Change-Id: Icee8001a4908e9124b76bf1ffb27d2659868e32d
This commit is contained in:
parent
51e8d1cb95
commit
f470fc04d4
1 changed files with 1 additions and 0 deletions
|
@ -3090,6 +3090,7 @@ libraries from the SIS division at ETH Zurich like jHDF5.")
|
|||
(apply invoke `("gcc" "-shared" "-O3"
|
||||
"-fPIC"
|
||||
"-Wl,--exclude-libs,ALL"
|
||||
"-Wno-error=implicit-function-declaration"
|
||||
,@(find-files "jhdf5" "\\.c$")
|
||||
,@(find-files "hdf-java" "\\.c$")
|
||||
,(string-append "-I" hdf5 "/include")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue