diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-08-01 21:17:24 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-08-01 21:17:24 -0400 |
commit | 2896430e5bc38aa4fb4d500169bffeba7f244281 (patch) | |
tree | 8e89e188a4c8d1a5b46f0c4f321a87f87219d09a /sci-libs/xdmf2 | |
parent | sys-kernel/ck-sources: genpatches-4.17-12 (diff) | |
download | gentoo-2896430e5bc38aa4fb4d500169bffeba7f244281.tar.gz gentoo-2896430e5bc38aa4fb4d500169bffeba7f244281.tar.bz2 gentoo-2896430e5bc38aa4fb4d500169bffeba7f244281.zip |
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
Diffstat (limited to 'sci-libs/xdmf2')
-rw-r--r-- | sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 ) " |