commit: 0a2cfdaaf9f1845ed227642ab97a69403ca16047 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz> AuthorDate: Tue Jul 1 00:28:05 2014 +0000 Commit: Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz> CommitDate: Tue Jul 1 00:28:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0a2cfdaa
Tweak src_install for OS X support. Added documentation in the ebuild itself. Package-Manager: portage-2.2.10 --- sci-libs/cblas-reference/ChangeLog | 4 ++++ sci-libs/cblas-reference/cblas-reference-20110218.ebuild | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sci-libs/cblas-reference/ChangeLog b/sci-libs/cblas-reference/ChangeLog index 47408ea..a48b811 100644 --- a/sci-libs/cblas-reference/ChangeLog +++ b/sci-libs/cblas-reference/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v 1.33 2010/03/07 19:14:51 jlec Exp $ + 30 Jun 2014; François Bissey <[email protected]> + cblas-reference-20110218.ebuild: + Tweak src_install for OS X support. Added documentation in the ebuild itself. + 13 Jan 2014; Christoph Junghans <[email protected]> cblas-reference-20110218.ebuild: fixed die mastery diff --git a/sci-libs/cblas-reference/cblas-reference-20110218.ebuild b/sci-libs/cblas-reference/cblas-reference-20110218.ebuild index e6ebf28..52fa8c8 100644 --- a/sci-libs/cblas-reference/cblas-reference-20110218.ebuild +++ b/sci-libs/cblas-reference/cblas-reference-20110218.ebuild @@ -86,7 +86,9 @@ src_test() { } src_install() { - dolib.so lib/lib${LIBNAME}$(get_libname)* + # On linux dynamic libraries are of the form .so.${someversion} + # On OS X dynamic libraries are of the form ${someversion}.dylib + dolib.so lib/lib${LIBNAME}*$(get_libname)* use static-libs && dolib.a lib/lib${LIBNAME}.a insinto /usr/include/cblas doins include/cblas.h
