mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-cython-next: Build with gcc-13.
Using gcc-14 produces Compiler output for module e_switch_transform: e_switch_transform.c: In function ‘__pyx_pf_18e_switch_transform_is_not_one’: e_switch_transform.c:2283:5: error: duplicate case value 2283 | case 1+0: | ^~~~ e_switch_transform.c:2282:5: note: previously used here 2282 | case 1: | ^~~~ * gnu/packages/python-xyz.scm (python-cython-3)[native-inputs]: Add gcc-13. Change-Id: Iaed502e4c105bb1229345288ec2f203453f65acc
This commit is contained in:
parent
09fa695e42
commit
bf33f0022e
1 changed files with 2 additions and 1 deletions
|
@ -8979,7 +8979,8 @@ (define-public python-cython-3
|
|||
(when tests?
|
||||
(apply invoke "python" "runtests.py" test-flags)))))))
|
||||
(native-inputs
|
||||
(list libxcrypt
|
||||
(list gcc-13 ;does not compile with gcc-14
|
||||
libxcrypt
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(properties '())))
|
||||
|
|
Loading…
Reference in a new issue