From 2896430e5bc38aa4fb4d500169bffeba7f244281 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 1 Aug 2018 21:17:24 -0400 Subject: sci-libs/xdmf2: require cmake < 3.12 As it is, this package is incompatible with cmake 3.12+. Let's document that incompatibility until we fix the build. Bug: https://bugs.gentoo.org/661860 Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sci-libs/xdmf2') diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild index 605039d40cff..08550ddf6c16 100644 --- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild +++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild @@ -23,7 +23,10 @@ RDEPEND=" dev-libs/libxml2:2 python? ( ${PYTHON_DEPS} ) " + +# TODO: fix builds for cmake 3.12+. See bug #661860 DEPEND="${RDEPEND} + <=dev-util/cmake-3.12 doc? ( app-doc/doxygen ) python? ( dev-lang/swig:0 ) " -- cgit v1.2.3-65-gdbad