Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Thu, 25 Aug 2016 15:51:36
Message-Id: 1472140278.13ca73f76851465e4ae01abbd428f270007e15cd.ottxor@gentoo
1 commit: 13ca73f76851465e4ae01abbd428f270007e15cd
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 15:50:32 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 15:51:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ca73f7
7
8 sci-chemistry/gromacs: add missing test dep
9
10 Package-Manager: portage-2.2.28
11
12 sci-chemistry/gromacs/gromacs-2016.9999.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
16 index b09b247..c4a1a0a 100644
17 --- a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
18 +++ b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
19 @@ -55,7 +55,9 @@ DEPEND="${CDEPEND}
20 dev-texlive/texlive-latex
21 dev-texlive/texlive-latexextra
22 media-gfx/imagemagick
23 - )"
24 + )
25 + test? ( dev-libs/tinyxml2 )
26 + "
27 RDEPEND="${CDEPEND}"
28
29 REQUIRED_USE="
30 @@ -161,6 +163,7 @@ src_configure() {
31 -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/"
32 -DBUILD_TESTING=OFF
33 -DGMX_BUILD_UNITTESTS=OFF
34 + -DGMX_EXTERNAL_TINYXML2=ON
35 ${extra}
36 )