Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
Date: Thu, 02 Aug 2018 01:17:46
Message-Id: 1533172644.2896430e5bc38aa4fb4d500169bffeba7f244281.vdupras@gentoo
1 commit: 2896430e5bc38aa4fb4d500169bffeba7f244281
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 2 01:17:24 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 01:17:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2896430e
7
8 sci-libs/xdmf2: require cmake < 3.12
9
10 As it is, this package is incompatible with cmake 3.12+. Let's document
11 that incompatibility until we fix the build.
12
13 Bug: https://bugs.gentoo.org/661860
14 Package-Manager: Portage-2.3.44, Repoman-2.3.10
15
16 sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 3 +++
17 1 file changed, 3 insertions(+)
18
19 diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
20 index 605039d40cf..08550ddf6c1 100644
21 --- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
22 +++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
23 @@ -23,7 +23,10 @@ RDEPEND="
24 dev-libs/libxml2:2
25 python? ( ${PYTHON_DEPS} )
26 "
27 +
28 +# TODO: fix builds for cmake 3.12+. See bug #661860
29 DEPEND="${RDEPEND}
30 + <=dev-util/cmake-3.12
31 doc? ( app-doc/doxygen )
32 python? ( dev-lang/swig:0 )
33 "