From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6C68158009 for ; Tue, 27 Jun 2023 13:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2B73E0798; Tue, 27 Jun 2023 13:16:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACB76E0798 for ; Tue, 27 Jun 2023 13:16:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91EFA335CD4 for ; Tue, 27 Jun 2023 13:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 206798DC for ; Tue, 27 Jun 2023 13:16:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687871761.3350c14d100b8d64ebfd3a50fae3c3cbaf59d2ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.25.0.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3350c14d100b8d64ebfd3a50fae3c3cbaf59d2ae X-VCS-Branch: master Date: Tue, 27 Jun 2023 13:16:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62c92717-ed7b-49ee-abdf-f1d7a412f6ce X-Archives-Hash: a5953bc3c74ef5855b328a4cc66ddddf commit: 3350c14d100b8d64ebfd3a50fae3c3cbaf59d2ae Author: Sam James gentoo org> AuthorDate: Tue Jun 27 13:15:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 27 13:16:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3350c14d dev-python/numpy: skip known-broken fortran tests on BE Bug: https://github.com/numpy/numpy/issues/11831 Closes: https://bugs.gentoo.org/707116 Signed-off-by: Sam James gentoo.org> dev-python/numpy/numpy-1.25.0.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dev-python/numpy/numpy-1.25.0.ebuild b/dev-python/numpy/numpy-1.25.0.ebuild index e4bd4f068a9a..f3026380431e 100644 --- a/dev-python/numpy/numpy-1.25.0.ebuild +++ b/dev-python/numpy/numpy-1.25.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" FORTRAN_NEEDED=lapack -inherit distutils-r1 flag-o-matic fortran-2 multiprocessing pypi +inherit distutils-r1 flag-o-matic fortran-2 multiprocessing pypi toolchain-funcs DESCRIPTION="Fast array and numerical python library" HOMEPAGE=" @@ -104,6 +104,16 @@ python_test() { ) fi + if [[ $(tc-endian) == "big" ]] ; then + # https://github.com/numpy/numpy/issues/11831 and bug #707116 + EPYTEST_DESELECT+=( + 'f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[s1]' + 'f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[t1]' + 'f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f90[s1]' + 'f2py/tests/test_return_character.py::TestFReturnCharacter::test_all_f77[t1]' + ) + fi + case "${ABI}" in alpha|arm|hppa|m68k|o32|ppc|s390|sh|sparc|x86) EPYTEST_DESELECT+=(