diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-20 01:43:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-20 01:43:08 +0000 |
| commit | 16792718a745ca7166ea9c37ec61b56347ab4e1a (patch) | |
| tree | e29ce96fc123d9c842c384872fc803b69dabf777 /dev-python/numpy | |
| parent | 7124080a9e34c08feffecc27c8f97a04017576fc (diff) | |
| download | baldeagleos-repo-16792718a745ca7166ea9c37ec61b56347ab4e1a.tar.gz baldeagleos-repo-16792718a745ca7166ea9c37ec61b56347ab4e1a.tar.xz baldeagleos-repo-16792718a745ca7166ea9c37ec61b56347ab4e1a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/numpy')
| -rw-r--r-- | dev-python/numpy/numpy-1.21.3-r1.ebuild | 8 | ||||
| -rw-r--r-- | dev-python/numpy/numpy-1.21.4-r1.ebuild | 8 | ||||
| -rw-r--r-- | dev-python/numpy/numpy-1.21.4.ebuild | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.21.3-r1.ebuild b/dev-python/numpy/numpy-1.21.3-r1.ebuild index 97ab6d7514e4..2ebb6d81a751 100644 --- a/dev-python/numpy/numpy-1.21.3-r1.ebuild +++ b/dev-python/numpy/numpy-1.21.3-r1.ebuild @@ -118,6 +118,14 @@ python_test() { numpy/typing/tests/test_typing.py::test_reveal[arrayterator.py] ) + if use arm && [[ $(uname -m || echo "unknown") == "armv8l" ]] ; then + # Degenerate case. arm32 chroot on arm64. + # bug #774108 + deselect+=( + numpy/core/tests/test_cpu_features.py::Test_ARM_Features::test_features + ) + fi + distutils_install_for_testing --single-version-externally-managed \ --record "${TMPDIR}/record.txt" ${NUMPY_FCONFIG} diff --git a/dev-python/numpy/numpy-1.21.4-r1.ebuild b/dev-python/numpy/numpy-1.21.4-r1.ebuild index 947dd8d58d12..2ea52568a73e 100644 --- a/dev-python/numpy/numpy-1.21.4-r1.ebuild +++ b/dev-python/numpy/numpy-1.21.4-r1.ebuild @@ -118,6 +118,14 @@ python_test() { numpy/typing/tests/test_typing.py::test_reveal[arrayterator.py] ) + if use arm && [[ $(uname -m || echo "unknown") == "armv8l" ]] ; then + # Degenerate case. arm32 chroot on arm64. + # bug #774108 + deselect+=( + numpy/core/tests/test_cpu_features.py::Test_ARM_Features::test_features + ) + fi + distutils_install_for_testing --single-version-externally-managed \ --record "${TMPDIR}/record.txt" ${NUMPY_FCONFIG} diff --git a/dev-python/numpy/numpy-1.21.4.ebuild b/dev-python/numpy/numpy-1.21.4.ebuild index 7e6d544d571b..1a3b40b9a965 100644 --- a/dev-python/numpy/numpy-1.21.4.ebuild +++ b/dev-python/numpy/numpy-1.21.4.ebuild @@ -117,6 +117,14 @@ python_test() { numpy/typing/tests/test_typing.py::test_reveal[arrayterator.py] ) + if use arm && [[ $(uname -m || echo "unknown") == "armv8l" ]] ; then + # Degenerate case. arm32 chroot on arm64. + # bug #774108 + deselect+=( + numpy/core/tests/test_cpu_features.py::Test_ARM_Features::test_features + ) + fi + distutils_install_for_testing --single-version-externally-managed \ --record "${TMPDIR}/record.txt" ${NUMPY_FCONFIG} |
