commit: 13ca73f76851465e4ae01abbd428f270007e15cd
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 15:50:32 2016 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 15:51:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ca73f7
sci-chemistry/gromacs: add missing test dep
Package-Manager: portage-2.2.28
sci-chemistry/gromacs/gromacs-2016.9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
index b09b247..c4a1a0a 100644
--- a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
@@ -55,7 +55,9 @@ DEPEND="${CDEPEND}
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
media-gfx/imagemagick
- )"
+ )
+ test? ( dev-libs/tinyxml2 )
+ "
RDEPEND="${CDEPEND}"
REQUIRED_USE="
@@ -161,6 +163,7 @@ src_configure() {
-DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/"
-DBUILD_TESTING=OFF
-DGMX_BUILD_UNITTESTS=OFF
+ -DGMX_EXTERNAL_TINYXML2=ON
${extra}
)