summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-12-22 14:54:04 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-12-22 15:40:21 +0000
commit0b3ec44bbc3321915672932db162c638aaa07c3e (patch)
tree2e1018507fddc97f1c3723bfcbb8a16606f009b6
parent7227efd7908626546265bff8aa146cde78795adc (diff)
downloadgentoo-0b3ec44bbc3321915672932db162c638aaa07c3e.tar.gz
gentoo-0b3ec44bbc3321915672932db162c638aaa07c3e.tar.xz
sci-libs/superlu: change headers installation directories for backwards
compat (and other distros) Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=603456 Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--sci-libs/superlu/superlu-5.2.1-r1.ebuild (renamed from sci-libs/superlu/superlu-5.2.1.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/superlu/superlu-5.2.1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
index a5710e3b0e6..b1c3e9dcb13 100644
--- a/sci-libs/superlu/superlu-5.2.1.ebuild
+++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild
@@ -50,6 +50,7 @@ src_prepare() {
src_configure() {
local mycmakeargs+=(
+ -DCMAKE_INSTALL_INCLUDEDIR="include/superlu"
-DBUILD_SHARED_LIBS=ON
-Denable_blaslib=OFF
-Denable_tests=$(usex test)