~ruther/guix-local

a17221bb951d404855721af5f7f029e88bc0a092 — Simon Tournier a month ago b9724d5
gnu: hh-suite: Adjust for GCC@14.

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

Change-Id: Ic1c6078febbffe6a81393c8a114ac4b41d269cda
1 files changed, 11 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +11 -1
@@ 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