mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cython: Build with gcc@14.
* gnu/packages/python-xyz.scm (python-cython): [native-inputs]: Remove (cond ((target-x86-32?) gcc-11) (else gcc-13)). Change-Id: I04ff6694a147d73beda119231d5a79579cf01c82
This commit is contained in:
parent
0d4d7583b4
commit
63880960ea
1 changed files with 1 additions and 5 deletions
|
@ -10164,11 +10164,7 @@ For some datatypes the overhead can be reduced by using khash by factor 4-8.")
|
|||
(native-inputs
|
||||
(list libxcrypt
|
||||
python-setuptools
|
||||
python-wheel
|
||||
;; does not compile with gcc-14
|
||||
(cond
|
||||
((target-x86-32?) gcc-11)
|
||||
(else gcc-13))))
|
||||
python-wheel))
|
||||
;; we need the full python package and not just the python-wrapper
|
||||
;; because we need libpython3.3m.so
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue