diff options
Diffstat (limited to 'dev-python/numexpr')
| -rw-r--r-- | dev-python/numexpr/numexpr-2.12.1.ebuild | 5 | ||||
| -rw-r--r-- | dev-python/numexpr/numexpr-2.13.1.ebuild | 7 | ||||
| -rw-r--r-- | dev-python/numexpr/numexpr-2.14.1.ebuild | 5 |
3 files changed, 16 insertions, 1 deletions
diff --git a/dev-python/numexpr/numexpr-2.12.1.ebuild b/dev-python/numexpr/numexpr-2.12.1.ebuild index bc44088f2550..32fcc8d22cde 100644 --- a/dev-python/numexpr/numexpr-2.12.1.ebuild +++ b/dev-python/numexpr/numexpr-2.12.1.ebuild @@ -33,6 +33,11 @@ RDEPEND=" " python_test() { + # Tests will test that these variables are "safely" parsed, and break + # if you set them yourself. They don't do any real work, just asserts. + # Bug 963118. + unset NUMEXPR_MAX_THREADS NUMEXPR_NUM_THREADS OMP_NUM_THREADS + pushd "${BUILD_DIR}/install/$(python_get_sitedir)" >/dev/null || die "${EPYTHON}" -c ' import sys,numexpr diff --git a/dev-python/numexpr/numexpr-2.13.1.ebuild b/dev-python/numexpr/numexpr-2.13.1.ebuild index 0b0d198991b1..463c9c867436 100644 --- a/dev-python/numexpr/numexpr-2.13.1.ebuild +++ b/dev-python/numexpr/numexpr-2.13.1.ebuild @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" DEPEND=" >=dev-python/numpy-2.0.0_rc:=[${PYTHON_USEDEP}] @@ -33,6 +33,11 @@ RDEPEND=" " python_test() { + # Tests will test that these variables are "safely" parsed, and break + # if you set them yourself. They don't do any real work, just asserts. + # Bug 963118. + unset NUMEXPR_MAX_THREADS NUMEXPR_NUM_THREADS OMP_NUM_THREADS + pushd "${BUILD_DIR}/install/$(python_get_sitedir)" >/dev/null || die "${EPYTHON}" -c ' import sys,numexpr diff --git a/dev-python/numexpr/numexpr-2.14.1.ebuild b/dev-python/numexpr/numexpr-2.14.1.ebuild index b7e38336244f..6267727b6903 100644 --- a/dev-python/numexpr/numexpr-2.14.1.ebuild +++ b/dev-python/numexpr/numexpr-2.14.1.ebuild @@ -33,6 +33,11 @@ RDEPEND=" " python_test() { + # Tests will test that these variables are "safely" parsed, and break + # if you set them yourself. They don't do any real work, just asserts. + # Bug 963118. + unset NUMEXPR_MAX_THREADS NUMEXPR_NUM_THREADS OMP_NUM_THREADS + pushd "${BUILD_DIR}/install/$(python_get_sitedir)" >/dev/null || die "${EPYTHON}" -c ' import sys,numexpr |
