diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2016-08-17 13:56:37 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2016-08-17 14:01:09 -0600 |
commit | 91b15c24a2a0241108d4c0a762a0860cb7390cd8 (patch) | |
tree | 11cefeff76f1692932e27629205b5412d5720697 /sci-chemistry/gromacs/gromacs-5.1.3.ebuild | |
parent | app-backup/dar: Revbump to fix ebuild problems (bug #591538). (diff) | |
download | gentoo-91b15c24a2a0241108d4c0a762a0860cb7390cd8.tar.gz gentoo-91b15c24a2a0241108d4c0a762a0860cb7390cd8.tar.bz2 gentoo-91b15c24a2a0241108d4c0a762a0860cb7390cd8.zip |
sci-chemistry/gromacs: re-enable testing (bug #591174)
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-5.1.3.ebuild')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-5.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-5.1.3.ebuild b/sci-chemistry/gromacs/gromacs-5.1.3.ebuild index 9711c228ecb5..9dc53ab77333 100644 --- a/sci-chemistry/gromacs/gromacs-5.1.3.ebuild +++ b/sci-chemistry/gromacs/gromacs-5.1.3.ebuild @@ -159,8 +159,8 @@ src_configure() { -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/" -DGMX_X86_AVX_GCC_MASKLOAD_BUG=OFF -DGMX_USE_GCC44_BUG_WORKAROUND=OFF - -DBUILD_TESTING=OFF - -DGMX_BUILD_UNITTESTS=OFF + -DBUILD_TESTING=$(usex test) + -DGMX_BUILD_UNITTESTS=$(usex test) ${extra} ) |