From 883618fc7f52a9a37d002ebfe939cced8069fd2b Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 5 Jan 2026 07:17:23 +0000 Subject: Adding metadata --- dev-python/cython/cython-3.1.7.ebuild | 4 ++++ dev-python/cython/cython-3.1.8.ebuild | 4 ++++ dev-python/cython/cython-3.2.3.ebuild | 6 +++++- dev-python/cython/cython-3.2.4.ebuild | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) (limited to 'dev-python/cython') 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=( -- cgit v1.3