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 67AF9158086 for ; Sun, 14 Nov 2021 06:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74AA92BC01E; Sun, 14 Nov 2021 06:07:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09D132BC01E for ; Sun, 14 Nov 2021 06:07:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63BDB342E1E for ; Sun, 14 Nov 2021 06:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C987F1A2 for ; Sun, 14 Nov 2021 06:07:02 +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: <1636870006.79cd7d74c87ab8a02bb5824e5c4c38f30ec5d22a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scipy/scipy-1.7.2.ebuild X-VCS-Directories: dev-python/scipy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 79cd7d74c87ab8a02bb5824e5c4c38f30ec5d22a X-VCS-Branch: master Date: Sun, 14 Nov 2021 06:07:02 +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: 76b8b8a3-d82f-4951-8a47-2485a5014a96 X-Archives-Hash: 3a5e2e1a9f4c537ca83a132062350b11 commit: 79cd7d74c87ab8a02bb5824e5c4c38f30ec5d22a Author: Sam James gentoo org> AuthorDate: Sun Nov 14 06:06:01 2021 +0000 Commit: Sam James gentoo 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::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 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="