diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-01 10:36:55 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-01 10:36:55 +0100 |
commit | c1a60b4627ba2eb64806c2664c8c5252b863f78d (patch) | |
tree | 093bea89c79a480e0c1366e893393853ef8ae8d1 /sci-libs | |
parent | virtual/blas: Add gotoblas to int64 providers (diff) | |
download | sci-c1a60b4627ba2eb64806c2664c8c5252b863f78d.tar.gz sci-c1a60b4627ba2eb64806c2664c8c5252b863f78d.tar.bz2 sci-c1a60b4627ba2eb64806c2664c8c5252b863f78d.zip |
sci-libs/cblas-reference: Install header in own namespace
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild (renamed from sci-libs/cblas-reference/cblas-reference-20151113.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/cblas-reference/cblas-reference-20151113.ebuild b/sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild index e3e0436af..bd7f08dff 100644 --- a/sci-libs/cblas-reference/cblas-reference-20151113.ebuild +++ b/sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild @@ -57,6 +57,7 @@ src_prepare() { CBLAS/testing/CMakeLists.txt || die sed -i \ -e 's:BINARY_DIR}/cblas:BINARY_DIR}/${PROFNAME}:' \ + -e '/CBLAS_INCLUDE/s:include ):include/${PROFNAME} ):g' \ CBLAS/CMakeLists.txt || die } @@ -116,6 +117,6 @@ src_test() { src_install() { numeric-int64-multibuild_foreach_all_abi_variants cmake-utils_src_install -C CBLAS - numeric-int64-multibuild_install_alternative cblas reference /usr/include/cblas.h cblas/cblas.h + numeric-int64-multibuild_install_alternative cblas reference /usr/include/cblas.h refcblas/cblas.h multilib_install_wrappers } |