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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EB4B1382C5 for ; Sun, 7 Jun 2020 21:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9784CE091B; Sun, 7 Jun 2020 21:03:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59F15E091B for ; Sun, 7 Jun 2020 21:03:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5935B34F3D4 for ; Sun, 7 Jun 2020 21:03:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0736426 for ; Sun, 7 Jun 2020 21:03:38 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1591563811.d80e7eafbdb6184a289564ca15d5976d67bf8d17.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scipy/scipy-1.4.1.ebuild X-VCS-Directories: sci-libs/scipy/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: d80e7eafbdb6184a289564ca15d5976d67bf8d17 X-VCS-Branch: master Date: Sun, 7 Jun 2020 21:03:38 +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: cd5aca56-800a-459f-9179-43e9a6d4c6a9 X-Archives-Hash: 15f43ce97c41ca2217183ee95714816f commit: d80e7eafbdb6184a289564ca15d5976d67bf8d17 Author: Alexei Colin isi edu> AuthorDate: Sat Jun 6 20:04:51 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Jun 7 21:03:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80e7eaf sci-libs/scipy: -fallow-argument-mismatch for gfortran v10 Already fixed in upstream master: https://github.com/scipy/scipy/pull/11842 Closes: https://bugs.gentoo.org/721860 Signed-off-by: Alexei Colin isi.edu> Closes: https://github.com/gentoo/gentoo/pull/16093 Signed-off-by: Alexey Shvetsov gentoo.org> sci-libs/scipy/scipy-1.4.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild b/sci-libs/scipy/scipy-1.4.1.ebuild index 8babb5d3237..b1e80d62112 100644 --- a/sci-libs/scipy/scipy-1.4.1.ebuild +++ b/sci-libs/scipy/scipy-1.4.1.ebuild @@ -89,6 +89,9 @@ python_prepare_all() { export SCIPY_FCONFIG="config_fc --noopt --noarch" append-fflags -fPIC + # Remove once upstream PR #11842 lands into next release + append-fflags -fallow-argument-mismatch + local libdir="${EPREFIX}"/usr/$(get_libdir) cat >> site.cfg <<-EOF || die [blas]