summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2021-03-19 13:40:05 -0600
committerChristoph Junghans <junghans@gentoo.org>2021-03-19 13:45:53 -0600
commit967bf3bc731717cee49b4b32d332cd25c7d707b5 (patch)
treee527612ae1ebc55bee2d7b93bd24742d70541603 /sci-chemistry
parentsci-chemistry/votca-xtp: live ebuild updates (diff)
downloadgentoo-967bf3bc731717cee49b4b32d332cd25c7d707b5.tar.gz
gentoo-967bf3bc731717cee49b4b32d332cd25c7d707b5.tar.bz2
gentoo-967bf3bc731717cee49b4b32d332cd25c7d707b5.zip
sci-chemistry/votca-csg: live ebuild updates
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/votca-csg/votca-csg-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
index 2fd3e86a4083..ba2fbdfd7aa7 100644
--- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
@@ -20,7 +20,8 @@ HOMEPAGE="https://www.votca.org/"
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="examples extras +gromacs hdf5"
+IUSE="examples extras +gromacs hdf5 test"
+RESTRICT="!test? ( test )"
RDEPEND="
app-shells/bash:*
@@ -56,6 +57,7 @@ src_configure() {
-DCMAKE_DISABLE_FIND_PACKAGE_GROMACS=$(usex !gromacs)
-DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex !hdf5)
-DBUILD_CSGAPPS=$(usex extras)
+ -DENABLE_TESTING=$(usex test)
)
cmake_src_configure
}