~ruther/guix-local

90a5ca11022ad0dd113b72b112add510aaab0f15 — Sharlatan Hellseher 11 months ago 5a3f6a1
gnu: aiger: Fix build with gcc@14.

* gnu/packages/maths.scm (aiger) [arguments] <make-flags>: Provide skip
"implicit-function-declaration" warning.

Change-Id: I5352d85b40e6aef61f8bf1da59b50664d824b53b
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +3 -0
@@ 9845,6 9845,9 @@ optimized algorithms and implementation.")
    (build-system gnu-build-system)
    (arguments
     (list #:tests? #f                  ; no check target
           #:make-flags
           #~(list (string-append "CFLAGS=-g -O2"
                                  " -Wno-error=implicit-function-declaration"))
           #:phases
           #~(modify-phases %standard-phases
               (add-after 'unpack 'patch-source