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/lapack-reference/
Date: Thu, 25 Sep 2014 21:22:03
Message-Id: 1411680086.68dc06c382a117e2148005a58062afb831f23d15.fbissey@gentoo
1 commit: 68dc06c382a117e2148005a58062afb831f23d15
2 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
3 AuthorDate: Thu Sep 25 21:21:26 2014 +0000
4 Commit: Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz>
5 CommitDate: Thu Sep 25 21:21:26 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=68dc06c3
7
8 The dependency needs to be on xblas[fortran] otherwise libxblas won't have the required fortran symbols.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 sci-libs/lapack-reference/ChangeLog | 5 +++++
14 sci-libs/lapack-reference/lapack-reference-9999.ebuild | 2 +-
15 2 files changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-libs/lapack-reference/ChangeLog b/sci-libs/lapack-reference/ChangeLog
18 index 57fcfa7..3c1104e 100644
19 --- a/sci-libs/lapack-reference/ChangeLog
20 +++ b/sci-libs/lapack-reference/ChangeLog
21 @@ -4,6 +4,11 @@
22
23 25 Sep 2014; François Bissey <francois.bissey@×××××××××××××.nz>
24 lapack-reference-9999.ebuild:
25 + The dependency needs to be on xblas[fortran] otherwise libxblas won't have the
26 + required fortran symbols.
27 +
28 + 25 Sep 2014; François Bissey <francois.bissey@×××××××××××××.nz>
29 + lapack-reference-9999.ebuild:
30 Add xblas to the .pc file when it is in use see bug#523388
31
32 *lapack-reference-3.5.0 (08 Dec 2013)
33
34 diff --git a/sci-libs/lapack-reference/lapack-reference-9999.ebuild b/sci-libs/lapack-reference/lapack-reference-9999.ebuild
35 index f9c9ca9..aca6ba0 100644
36 --- a/sci-libs/lapack-reference/lapack-reference-9999.ebuild
37 +++ b/sci-libs/lapack-reference/lapack-reference-9999.ebuild
38 @@ -26,7 +26,7 @@ IUSE="static-libs test xblas"
39
40 RDEPEND="
41 virtual/blas
42 - xblas? ( sci-libs/xblas )"
43 + xblas? ( sci-libs/xblas[fortran] )"
44 DEPEND="${RDEPEND}
45 virtual/pkgconfig"