commit: 0b3ec44bbc3321915672932db162c638aaa07c3e Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org> AuthorDate: Thu Dec 22 14:54:04 2016 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Thu Dec 22 15:40:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3ec44b
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 sci-libs/superlu/{superlu-5.2.1.ebuild => superlu-5.2.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/superlu/superlu-5.2.1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild similarity index 96% rename from sci-libs/superlu/superlu-5.2.1.ebuild rename to sci-libs/superlu/superlu-5.2.1-r1.ebuild index a5710e3..b1c3e9d 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)
