mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: hh-suite: Adjust for GCC@14.
* gnu/packages/bioinformatics.scm (hh-suite)[arguments]: New phase. Change-Id: Ic1c6078febbffe6a81393c8a114ac4b41d269cda
This commit is contained in:
parent
b9724d5bf0
commit
a17221bb95
1 changed files with 11 additions and 1 deletions
|
|
@ -24810,7 +24810,17 @@ language.")
|
|||
(snippet
|
||||
'(delete-file-recursively "lib/simde"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #false)) ;no test target
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #false ;no test target
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-gcc-14
|
||||
(lambda _
|
||||
(substitute* "src/a3m_compress.h"
|
||||
(("#include <climits>")
|
||||
"#include <climits>
|
||||
#include <cstdint>")))))))
|
||||
(inputs
|
||||
(list openmpi simde))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue