aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/cblas-reference/ChangeLog4
-rw-r--r--sci-libs/cblas-reference/cblas-reference-20110218.ebuild4
2 files changed, 7 insertions, 1 deletions
diff --git a/sci-libs/cblas-reference/ChangeLog b/sci-libs/cblas-reference/ChangeLog
index 47408eac9..a48b811ad 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 <francois.bissey@canterbury.ac.nz>
+ cblas-reference-20110218.ebuild:
+ Tweak src_install for OS X support. Added documentation in the ebuild itself.
+
13 Jan 2014; Christoph Junghans <ottxor@gentoo.org>
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 e6ebf286d..52fa8c817 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