summaryrefslogtreecommitdiff
path: root/dev-python/cython
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
commit8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch)
treebb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /dev-python/cython
parentf997c3ee588099e4f43e9ec845935868e3e60b8e (diff)
downloadbaldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip
Adding metadata
Diffstat (limited to 'dev-python/cython')
-rw-r--r--dev-python/cython/cython-3.2.5-r1.ebuild (renamed from dev-python/cython/cython-3.2.5.ebuild)7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/cython/cython-3.2.5.ebuild b/dev-python/cython/cython-3.2.5-r1.ebuild
index 5d75cee21fd8..99b974ce9c0d 100644
--- a/dev-python/cython/cython-3.2.5.ebuild
+++ b/dev-python/cython/cython-3.2.5-r1.ebuild
@@ -10,7 +10,7 @@ PYTHON_TESTED=( python3_{13..14} )
PYTHON_COMPAT=( python3_{13..14} )
PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1 multiprocessing pypi toolchain-funcs
+inherit distutils-r1 flag-o-matic multiprocessing pypi toolchain-funcs
DESCRIPTION="A Python to C compiler"
HOMEPAGE="
@@ -47,6 +47,11 @@ PATCHES=(
# dev-python/sphinx-issues \
# dev-python/sphinx-tabs
+python_configure_all() {
+ # https://gcc.gnu.org/PR125730 (bug #976797)
+ tc-is-gcc && [[ $(gcc-major-version) -ge 16 ]] && append-cflags -fno-ivopts
+}
+
python_compile() {
# Python gets confused when it is in sys.path before build.
local -x PYTHONPATH=