summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2021-03-15 09:06:27 -0600
committerChristoph Junghans <junghans@gentoo.org>2021-03-15 09:06:48 -0600
commit0f9d9ac8b60635d7bb849795408bf6eca5e69d83 (patch)
treefa050bba349a8562962d7f39ad92ce7f1dd54a6d
parentdev-python/pygpgme: Remove old (diff)
downloadgentoo-0f9d9ac8b60635d7bb849795408bf6eca5e69d83.tar.gz
gentoo-0f9d9ac8b60635d7bb849795408bf6eca5e69d83.tar.bz2
gentoo-0f9d9ac8b60635d7bb849795408bf6eca5e69d83.zip
sci-libs/votca-tools: disable mkl (bug #776319)
Closes: https://bugs.gentoo.org/776319 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
-rw-r--r--sci-libs/votca-tools/votca-tools-2021.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/votca-tools/votca-tools-2021.ebuild b/sci-libs/votca-tools/votca-tools-2021.ebuild
index 50be2b65e3b2..a53a01d0af5a 100644
--- a/sci-libs/votca-tools/votca-tools-2021.ebuild
+++ b/sci-libs/votca-tools/votca-tools-2021.ebuild
@@ -37,6 +37,7 @@ DOCS=( NOTICE README.rst CHANGELOG.rst )
src_configure() {
local mycmakeargs=(
-DINSTALL_RC_FILES=OFF
+ -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON
)
cmake_src_configure
}