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 05B05158090 for ; Fri, 6 May 2022 07:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E002FE0864; Fri, 6 May 2022 07:08:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6CD5E0843 for ; Fri, 6 May 2022 07:08:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C060E341CF8 for ; Fri, 6 May 2022 07:08:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A770452 for ; Fri, 6 May 2022 07:08:55 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1651820900.5b8636438b6c08f81e7f08d0da3db67b2c9ef457.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/cfortran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/cfortran/cfortran-20110621.ebuild dev-lang/cfortran/cfortran-20210827.ebuild X-VCS-Directories: dev-lang/cfortran/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5b8636438b6c08f81e7f08d0da3db67b2c9ef457 X-VCS-Branch: master Date: Fri, 6 May 2022 07:08:55 +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: 3e9ad860-e3f2-4fda-a29e-8ff3407c8407 X-Archives-Hash: cdc42bd94696bedcdcf99ff20cdfdfae commit: 5b8636438b6c08f81e7f08d0da3db67b2c9ef457 Author: matoro users noreply github com> AuthorDate: Fri May 6 02:13:46 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 6 07:08:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b863643 dev-lang/cfortran: Stabilize 20110621 sparc, #817647 Closes: https://bugs.gentoo.org/818400 Signed-off-by: matoro users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/25342 Signed-off-by: Arthur Zamarin gentoo.org> dev-lang/cfortran/cfortran-20110621.ebuild | 9 +++++++-- dev-lang/cfortran/cfortran-20210827.ebuild | 7 ++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dev-lang/cfortran/cfortran-20110621.ebuild b/dev-lang/cfortran/cfortran-20110621.ebuild index e61e831fc6a1..a65b62346134 100644 --- a/dev-lang/cfortran/cfortran-20110621.ebuild +++ b/dev-lang/cfortran/cfortran-20110621.ebuild @@ -5,7 +5,7 @@ EAPI=8 FORTRAN_NEEDED=test -inherit autotools fortran-2 +inherit autotools fortran-2 flag-o-matic DEB_PR="1" @@ -17,7 +17,7 @@ SRC_URI=" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="examples test" RESTRICT="!test? ( test )" @@ -38,6 +38,11 @@ src_prepare() { fi } +src_configure() { + use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize) + default +} + src_install() { default diff --git a/dev-lang/cfortran/cfortran-20210827.ebuild b/dev-lang/cfortran/cfortran-20210827.ebuild index d389fc9ca6b7..f249a3467338 100644 --- a/dev-lang/cfortran/cfortran-20210827.ebuild +++ b/dev-lang/cfortran/cfortran-20210827.ebuild @@ -5,7 +5,7 @@ EAPI=8 FORTRAN_NEEDED=test -inherit autotools fortran-2 +inherit autotools fortran-2 flag-o-matic DEB_PR="1" @@ -39,6 +39,11 @@ src_prepare() { fi } +src_configure() { + use sparc && append-fflags $(test-flags-FC -fno-store-merging -fno-tree-slp-vectorize) + default +} + src_install() { default