gnu: hh-suite: Adjust for GCC@14.

* gnu/packages/bioinformatics.scm (hh-suite)[arguments]: New phase.

Change-Id: Ic1c6078febbffe6a81393c8a114ac4b41d269cda
This commit is contained in:
Simon Tournier 2026-01-08 17:28:52 +01:00 committed by Andreas Enge
parent b9724d5bf0
commit a17221bb95
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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