summaryrefslogtreecommitdiff
path: root/dev-python/numpy
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-27 13:24:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-27 13:24:33 +0000
commite3db32a7c40197ca0a0efbfcd05971e29b222fdd (patch)
tree9e24620e9b4c79c56a0b4114029c3808c9f733f4 /dev-python/numpy
parentb9269595b60a5e027f0d5a25bbc251b5f93b9cc1 (diff)
downloadbaldeagleos-repo-e3db32a7c40197ca0a0efbfcd05971e29b222fdd.tar.gz
baldeagleos-repo-e3db32a7c40197ca0a0efbfcd05971e29b222fdd.tar.xz
baldeagleos-repo-e3db32a7c40197ca0a0efbfcd05971e29b222fdd.zip
Adding metadata
Diffstat (limited to 'dev-python/numpy')
-rw-r--r--dev-python/numpy/numpy-1.24.3.ebuild17
1 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/numpy/numpy-1.24.3.ebuild b/dev-python/numpy/numpy-1.24.3.ebuild
index b54d600108ca..a3fd07a968fa 100644
--- a/dev-python/numpy/numpy-1.24.3.ebuild
+++ b/dev-python/numpy/numpy-1.24.3.ebuild
@@ -143,12 +143,17 @@ python_test() {
numpy/core/tests/test_einsum.py::TestEinsum::test_einsum_sums_int16
)
fi
- if use arm || use x86 ; then
- EPYTEST_DESELECT+=(
- # too large for 32-bit platforms
- numpy/core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array
- )
- fi
+
+ case "${ABI}" in
+ alpha|arm|hppa|m68k|o32|ppc|s390|sh|sparc|x86)
+ EPYTEST_DESELECT+=(
+ # too large for 32-bit platforms
+ numpy/core/tests/test_ufunc.py::TestUfunc::test_identityless_reduction_huge_array
+ )
+ ;;
+ *)
+ ;;
+ esac
distutils_install_for_testing --single-version-externally-managed \
--record "${TMPDIR}/record.txt" ${NUMPY_FCONFIG}