commit: 79cd7d74c87ab8a02bb5824e5c4c38f30ec5d22a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 06:06:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 06:06:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79cd7d74
dev-python/scipy: mark as -hppa
This reverts commit e8f2dcda97e4dc66512a41dd6baaaf41a2b46e05.
Can't be built:
```
/var/tmp/portage/dev-python/scipy-1.7.2/work/scipy-1.7.2-python3_9/scipy/stats/_boost/include/func_defs.hpp:96:33:
required from ‘RealType boost_isf(RealType, const Args ...) [with Dst =
boost::math::beta_distribution; RealType = long double; Args = {long double,
long double}]’
scipy/stats/_boost/src/beta_ufunc.cxx:3902:46: required from here
/var/tmp/portage/dev-python/scipy-1.7.2/work/scipy-1.7.2-python3_9/scipy/_lib/boost/boost/math/tools/promotion.hpp:148:37:
error: static assertion failed: Sorry, but this platform does not have
sufficient long double support for the special functions to be reliably
implemented.
148 | BOOST_STATIC_ASSERT_MSG((0 == ::boost::is_same<type, long
double>::value), "Sorry, but this platform does not have sufficient long double
support for the special functions to be reliably implemented.");
|
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Bug: https://bugs.gentoo.org/804115
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/scipy/scipy-1.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/scipy/scipy-1.7.2.ebuild
b/dev-python/scipy/scipy-1.7.2.ebuild
index 1b2be2e758ea..7290265e9ab7 100644
--- a/dev-python/scipy/scipy-1.7.2.ebuild
+++ b/dev-python/scipy/scipy-1.7.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~riscv ~s390 ~sparc ~x86"
IUSE="doc +pythran sparse"
DEPEND="