diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-20 16:27:25 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:38 +0100 |
| commit | b50899769c7fb5753a3f75892fce5d233f60d593 (patch) | |
| tree | 42222fe7994b9dc95deca910a076f1b91d7c670d | |
| parent | 941b6ff1c11be3ba73e4e67bc661bd0eed3e9d58 (diff) | |
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
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a0b30e79d5c..d8c4e11fb31 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10140,11 +10140,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 |
