mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gf2x: Fix build with gcc-14.
* gnu/packages/algebra.scm (gf2x)[arguments]: New field to relax gcc-14's strictness. Change-Id: I5891f800a47ff1b42d912d03111d29cb57afdf8c
This commit is contained in:
parent
c7858e7d9b
commit
b7dff11002
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||
;;; Copyright © 2025 Nigko Yerden <nigko.yerden@gmail.com>
|
||||
;;; Copyright © 2025 Skylar Hill <stellarskylark@posteo.net>
|
||||
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -135,6 +136,10 @@ multiplication routines such as Toom–Cook and the FFT.")
|
|||
(base32
|
||||
"04g5jg0i4vz46b4w2dvbmahwzi3k6b8g515mfw7im1inc78s14id"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")))
|
||||
(native-inputs (list autoconf automake libtool))
|
||||
(synopsis "Arithmetic of polynomials over binary finite fields")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue