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: Wed, 02 Jul 2014 22:11:24
Message-Id: 1404339052.53cb72c1ffc12d4192bbecc00b92c1fb983e4784.fbissey@gentoo
1 commit: 53cb72c1ffc12d4192bbecc00b92c1fb983e4784
2 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
3 AuthorDate: Wed Jul 2 22:10:21 2014 +0000
4 Commit: Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz>
5 CommitDate: Wed Jul 2 22:10:52 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=53cb72c1
7
8 More fix for macos. We need to create the link for both linux and macos.
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 | 2 +-
15 2 files changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-libs/cblas-reference/ChangeLog b/sci-libs/cblas-reference/ChangeLog
18 index a48b811..b998a4a 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 + 02 Jul 2014; François Bissey <francois.bissey@×××××××××××××.nz>
26 + cblas-reference-20110218.ebuild:
27 + More fix for macos. We need to create the link for both linux and macos.
28 +
29 30 Jun 2014; François Bissey <francois.bissey@×××××××××××××.nz>
30 cblas-reference-20110218.ebuild:
31 Tweak src_install for OS X support. Added documentation in the ebuild itself.
32
33 diff --git a/sci-libs/cblas-reference/cblas-reference-20110218.ebuild b/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
34 index 52fa8c8..cec9dae 100644
35 --- a/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
36 +++ b/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
37 @@ -46,8 +46,8 @@ static_to_shared() {
38 if [[ $(get_version_component_count) -gt 1 ]]; then
39 ln -s ${soname} ${libdir}/${libname}$(get_libname $(get_major_version)) || die
40 fi
41 - ln -s ${soname} ${libdir}/${libname}$(get_libname) || die
42 fi
43 + ln -s ${soname} ${libdir}/${libname}$(get_libname) || die
44 }
45
46 src_prepare() {