sci-libs/xdmf2: require cmake < 3.12
authorVirgil Dupras <vdupras@gentoo.org>
Thu, 2 Aug 2018 01:17:24 +0000 (21:17 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Thu, 2 Aug 2018 01:17:24 +0000 (21:17 -0400)
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

index 605039d40cff835ddce919cfd4862f0850a3278a..08550ddf6c16c2b8bc4694d7b115cfc00f4a5d76 100644 (file)
@@ -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 )
 "