1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: python-fiona: Fix build with gcc@14.

* gnu/packages/geo.scm (python-fiona): [arguments] <phases>: Add
'set-configure-flags ignoring warnings.

Change-Id: I245104741997eaae1f45866d4562e3883e1581ce
This commit is contained in:
Sharlatan Hellseher
2025-07-20 09:25:05 +01:00
parent 41dc56c1cf
commit d30e35f2ca

View File

@@ -1110,6 +1110,9 @@ projections and coordinate transformations library.")
(arguments
`(#:phases
(modify-phases %standard-phases
(add-before 'build 'set-configure-flags
(lambda _
(setenv "CFLAGS" "-Wno-error=incompatible-pointer-types")))
(add-before 'check 'remove-local-fiona
(lambda _
; This would otherwise interfere with finding the installed