From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/cfortran/
Date: Fri, 6 May 2022 07:08:55 +0000 (UTC) [thread overview]
Message-ID: <1651820900.5b8636438b6c08f81e7f08d0da3db67b2c9ef457.arthurzam@gentoo> (raw)
commit: 5b8636438b6c08f81e7f08d0da3db67b2c9ef457
Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Fri May 6 02:13:46 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <matoro <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/25342
Signed-off-by: Arthur Zamarin <arthurzam <AT> 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
next reply other threads:[~2022-05-06 7:08 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 7:08 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 8:39 [gentoo-commits] repo/gentoo:master commit in: dev-lang/cfortran/ WANG Xuerui
2025-01-11 8:39 WANG Xuerui
2025-01-11 8:39 WANG Xuerui
2024-04-08 18:50 Andrew Ammerlaan
2024-03-15 6:49 Sam James
2023-12-14 4:22 Sam James
2023-03-04 11:37 Arthur Zamarin
2023-03-04 8:49 Arthur Zamarin
2023-03-04 8:49 Arthur Zamarin
2023-03-04 8:07 Arthur Zamarin
2022-06-03 12:27 Ulrich Müller
2022-05-06 7:16 Arthur Zamarin
2021-10-16 4:25 Sam James
2021-10-12 7:10 Agostino Sarubbo
2021-10-11 5:45 Sam James
2021-10-11 4:33 Sam James
2021-10-11 4:20 Sam James
2021-08-14 23:15 Marek Szuba
2021-08-14 23:15 Marek Szuba
2021-07-21 15:39 Marek Szuba
2019-11-06 9:56 Michał Górny
2019-10-16 4:45 Matt Turner
2019-10-11 22:32 Sergei Trofimovich
2019-10-07 19:27 Sergei Trofimovich
2019-10-07 19:12 Sergei Trofimovich
2019-10-07 10:44 Agostino Sarubbo
2018-05-16 22:57 Aaron Bauman
2017-07-17 9:48 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1651820900.5b8636438b6c08f81e7f08d0da3db67b2c9ef457.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox