aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-01 10:36:55 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-01 10:36:55 +0100
commitc1a60b4627ba2eb64806c2664c8c5252b863f78d (patch)
tree093bea89c79a480e0c1366e893393853ef8ae8d1 /sci-libs
parentvirtual/blas: Add gotoblas to int64 providers (diff)
downloadsci-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
}