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/gotoblas2/
Date: Tue, 01 Dec 2015 09:37:11
Message-Id: 1448956436.38c2a2caa2a012a7062a6c5711a88f153aca28cc.jlec@gentoo
1 commit: 38c2a2caa2a012a7062a6c5711a88f153aca28cc
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 07:53:56 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 07:53:56 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=38c2a2ca
7
8 sci-libs/gotoblas2: Fix cblas provider installation
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/gotoblas2/{gotoblas2-1.13.ebuild => gotoblas2-1.13-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-libs/gotoblas2/gotoblas2-1.13.ebuild b/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild
17 similarity index 96%
18 rename from sci-libs/gotoblas2/gotoblas2-1.13.ebuild
19 rename to sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild
20 index 997a220..2d6e0ac 100644
21 --- a/sci-libs/gotoblas2/gotoblas2-1.13.ebuild
22 +++ b/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild
23 @@ -114,7 +114,8 @@ src_install() {
24 }
25 numeric-int64-multibuild_foreach_all_abi_variants run_in_build_dir myinstall
26
27 - numeric-int64-multibuild_install_alternative blas ${NUMERIC_MODULE_NAME} /usr/include/cblas.h ${PN}/cblas.h
28 + numeric-int64-multibuild_install_alternative blas ${NUMERIC_MODULE_NAME}
29 + numeric-int64-multibuild_install_alternative cblas ${NUMERIC_MODULE_NAME} /usr/include/cblas.h ${PN}/cblas.h
30
31 dodoc 01Readme.txt 03FAQ.txt 05LargePage 06WeirdPerformance