summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2018-06-25 13:49:20 -0600
committerChristoph Junghans <junghans@gentoo.org>2018-06-25 13:49:50 -0600
commitb7bef9edf0509e4869b82b70c0163baed208a08f (patch)
tree49cd18de0969e4e89b8696b92b328f6c0f2339bd /sci-libs
parentsys-process/criu: bump to v3.9 (diff)
downloadgentoo-b7bef9edf0509e4869b82b70c0163baed208a08f.tar.gz
gentoo-b7bef9edf0509e4869b82b70c0163baed208a08f.tar.bz2
gentoo-b7bef9edf0509e4869b82b70c0163baed208a08f.zip
sci-libs/votca-tools: fix cmake options
Closes: https://bugs.gentoo.org/659150 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/votca-tools/votca-tools-1.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/votca-tools/votca-tools-1.4.1.ebuild b/sci-libs/votca-tools/votca-tools-1.4.1.ebuild
index 2a2c4d6860c4..182893347bc4 100644
--- a/sci-libs/votca-tools/votca-tools-1.4.1.ebuild
+++ b/sci-libs/votca-tools/votca-tools-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,7 +40,7 @@ DOCS=( NOTICE )
src_configure() {
mycmakeargs=(
- -DWITH_GSL=$(usex gsl)
+ -DCMAKE_DISABLE_FIND_PACKAGE_GSL=$(usex '!gsl')
-DWITH_FFTW=$(usex fftw)
-DWITH_SQLITE3=$(usex sqlite)
-DWITH_RC_FILES=OFF