summaryrefslogtreecommitdiff
path: root/dev-python/cython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-05 07:17:23 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-05 07:17:23 +0000
commit883618fc7f52a9a37d002ebfe939cced8069fd2b (patch)
tree9def9e3d419f95066333cdb3c4ea9aab5e841dab /dev-python/cython
parent01e21e5e09bfbb2664a799314228bc074ffd2974 (diff)
downloadbaldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.tar.gz
baldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.tar.xz
baldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.zip
Adding metadata
Diffstat (limited to 'dev-python/cython')
-rw-r--r--dev-python/cython/cython-3.1.7.ebuild4
-rw-r--r--dev-python/cython/cython-3.1.8.ebuild4
-rw-r--r--dev-python/cython/cython-3.2.3.ebuild6
-rw-r--r--dev-python/cython/cython-3.2.4.ebuild4
4 files changed, 17 insertions, 1 deletions
diff --git a/dev-python/cython/cython-3.1.7.ebuild b/dev-python/cython/cython-3.1.7.ebuild
index e7d66185e18c..730b960901a4 100644
--- a/dev-python/cython/cython-3.1.7.ebuild
+++ b/dev-python/cython/cython-3.1.7.ebuild
@@ -69,6 +69,10 @@ python_test() {
# Needed to avoid confusing cache tests
unset CYTHON_FORCE_REGEN
+ # uses $(nproc) to additionally parallelize many OpenMP-based jobs,
+ # leading to overcommitting
+ local -x OMP_NUM_THREADS=1
+
tc-export CC
local testargs=(
diff --git a/dev-python/cython/cython-3.1.8.ebuild b/dev-python/cython/cython-3.1.8.ebuild
index 7f3a13c55f17..6d10b8c1435a 100644
--- a/dev-python/cython/cython-3.1.8.ebuild
+++ b/dev-python/cython/cython-3.1.8.ebuild
@@ -69,6 +69,10 @@ python_test() {
# Needed to avoid confusing cache tests
unset CYTHON_FORCE_REGEN
+ # uses $(nproc) to additionally parallelize many OpenMP-based jobs,
+ # leading to overcommitting
+ local -x OMP_NUM_THREADS=1
+
tc-export CC
local testargs=(
diff --git a/dev-python/cython/cython-3.2.3.ebuild b/dev-python/cython/cython-3.2.3.ebuild
index dc990eeb09d2..218b3c5d4d21 100644
--- a/dev-python/cython/cython-3.2.3.ebuild
+++ b/dev-python/cython/cython-3.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -69,6 +69,10 @@ python_test() {
# Needed to avoid confusing cache tests
unset CYTHON_FORCE_REGEN
+ # uses $(nproc) to additionally parallelize many OpenMP-based jobs,
+ # leading to overcommitting
+ local -x OMP_NUM_THREADS=1
+
tc-export CC
local testargs=(
diff --git a/dev-python/cython/cython-3.2.4.ebuild b/dev-python/cython/cython-3.2.4.ebuild
index 730c00567150..218b3c5d4d21 100644
--- a/dev-python/cython/cython-3.2.4.ebuild
+++ b/dev-python/cython/cython-3.2.4.ebuild
@@ -69,6 +69,10 @@ python_test() {
# Needed to avoid confusing cache tests
unset CYTHON_FORCE_REGEN
+ # uses $(nproc) to additionally parallelize many OpenMP-based jobs,
+ # leading to overcommitting
+ local -x OMP_NUM_THREADS=1
+
tc-export CC
local testargs=(