summaryrefslogtreecommitdiff
path: root/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild')
-rw-r--r--sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
index c7d39a5b0c8c..605039d40cff 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)