From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
Date: Mon, 19 Feb 2018 19:42:42 +0000 (UTC) [thread overview]
Message-ID: <1519069247.26131763888b487694813b33de0eda81a6caf998.soap@gentoo> (raw)
commit: 26131763888b487694813b33de0eda81a6caf998
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 18:17:21 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 19:40:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26131763
sci-libs/xdmf2: Always build in C++14 mode
Closes: https://bugs.gentoo.org/619604
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild | 7 +++++--
sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
index fc04d4922d9..a0cf89a2529 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils multilib python-single-r1
+inherit cmake-utils flag-o-matic multilib python-single-r1
DESCRIPTION="eXtensible Data Model and Format"
HOMEPAGE="http://xdmf.org/index.php/Main_Page"
@@ -49,6 +49,9 @@ src_prepare() {
}
src_configure() {
+ # bug 619604
+ append-cxxflags -std=c++14
+
local mycmakeargs=(
$(cmake-utils_use doc XDMF_BUILD_DOCUMENTATION)
$(cmake-utils_use_build test TESTING)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
index c7d39a5b0c8..605039d40cf 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils python-single-r1
+inherit cmake-utils flag-o-matic python-single-r1
DESCRIPTION="eXtensible Data Model and Format"
HOMEPAGE="http://xdmf.org/index.php/Main_Page"
@@ -53,6 +53,9 @@ src_prepare() {
}
src_configure() {
+ # bug 619604
+ append-cxxflags -std=c++14
+
local mycmakeargs=(
-DBUILD_SHARED_LIBS=1
-DXDMF_BUILD_DOCUMENTATION=$(usex doc)
next reply other threads:[~2018-02-19 19:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-19 19:42 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-02-22 18:57 [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/ Sam James
2020-07-16 1:06 Sam James
2020-06-05 0:39 Andreas Sturmlechner
2020-06-05 0:39 Andreas Sturmlechner
2018-11-07 11:04 Andreas Sturmlechner
2018-11-06 7:37 Mikle Kolyada
2018-10-28 22:11 Thomas Deutschmann
2018-10-27 21:12 Andreas Sturmlechner
2018-08-02 1:17 Virgil Dupras
2017-04-20 16:41 David Seifert
2016-09-04 14:02 David Seifert
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=1519069247.26131763888b487694813b33de0eda81a6caf998.soap@gentoo \
--to=soap@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