Gentoo Archives: gentoo-commits

From: Francois Bissey <f.r.bissey@×××××××××.nz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/cblas-reference/
Date: Tue, 01 Jul 2014 00:29:06
Message-Id: 1404174485.0a2cfdaaf9f1845ed227642ab97a69403ca16047.fbissey@gentoo
1 commit: 0a2cfdaaf9f1845ed227642ab97a69403ca16047
2 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
3 AuthorDate: Tue Jul 1 00:28:05 2014 +0000
4 Commit: Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz>
5 CommitDate: Tue Jul 1 00:28:05 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0a2cfdaa
7
8 Tweak src_install for OS X support. Added documentation in the ebuild itself.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 sci-libs/cblas-reference/ChangeLog | 4 ++++
14 sci-libs/cblas-reference/cblas-reference-20110218.ebuild | 4 +++-
15 2 files changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-libs/cblas-reference/ChangeLog b/sci-libs/cblas-reference/ChangeLog
18 index 47408ea..a48b811 100644
19 --- a/sci-libs/cblas-reference/ChangeLog
20 +++ b/sci-libs/cblas-reference/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v 1.33 2010/03/07 19:14:51 jlec Exp $
24
25 + 30 Jun 2014; François Bissey <francois.bissey@×××××××××××××.nz>
26 + cblas-reference-20110218.ebuild:
27 + Tweak src_install for OS X support. Added documentation in the ebuild itself.
28 +
29 13 Jan 2014; Christoph Junghans <ottxor@g.o>
30 cblas-reference-20110218.ebuild:
31 fixed die mastery
32
33 diff --git a/sci-libs/cblas-reference/cblas-reference-20110218.ebuild b/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
34 index e6ebf28..52fa8c8 100644
35 --- a/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
36 +++ b/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
37 @@ -86,7 +86,9 @@ src_test() {
38 }
39
40 src_install() {
41 - dolib.so lib/lib${LIBNAME}$(get_libname)*
42 + # On linux dynamic libraries are of the form .so.${someversion}
43 + # On OS X dynamic libraries are of the form ${someversion}.dylib
44 + dolib.so lib/lib${LIBNAME}*$(get_libname)*
45 use static-libs && dolib.a lib/lib${LIBNAME}.a
46 insinto /usr/include/cblas
47 doins include/cblas.h