Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/cblas-reference/
Date: Tue, 01 Dec 2015 09:37:12
Message-Id: 1448962615.c1a60b4627ba2eb64806c2664c8c5252b863f78d.jlec@gentoo
1 commit: c1a60b4627ba2eb64806c2664c8c5252b863f78d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 09:36:55 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 09:36:55 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1a60b46
7
8 sci-libs/cblas-reference: Install header in own namespace
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 ...as-reference-20151113.ebuild => cblas-reference-20151113-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-libs/cblas-reference/cblas-reference-20151113.ebuild b/sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild
17 similarity index 97%
18 rename from sci-libs/cblas-reference/cblas-reference-20151113.ebuild
19 rename to sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild
20 index e3e0436..bd7f08d 100644
21 --- a/sci-libs/cblas-reference/cblas-reference-20151113.ebuild
22 +++ b/sci-libs/cblas-reference/cblas-reference-20151113-r1.ebuild
23 @@ -57,6 +57,7 @@ src_prepare() {
24 CBLAS/testing/CMakeLists.txt || die
25 sed -i \
26 -e 's:BINARY_DIR}/cblas:BINARY_DIR}/${PROFNAME}:' \
27 + -e '/CBLAS_INCLUDE/s:include ):include/${PROFNAME} ):g' \
28 CBLAS/CMakeLists.txt || die
29 }
30
31 @@ -116,6 +117,6 @@ src_test() {
32
33 src_install() {
34 numeric-int64-multibuild_foreach_all_abi_variants cmake-utils_src_install -C CBLAS
35 - numeric-int64-multibuild_install_alternative cblas reference /usr/include/cblas.h cblas/cblas.h
36 + numeric-int64-multibuild_install_alternative cblas reference /usr/include/cblas.h refcblas/cblas.h
37 multilib_install_wrappers
38 }