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
This commit is contained in:
Sébastien Fabbro
2016-12-22 14:54:04 +00:00
parent 7227efd790
commit 0b3ec44bbc

View File

@@ -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)