Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: virtual/cblas/
Date: Tue, 01 Dec 2015 09:37:11
Message-Id: 1448956397.eedd851297452756369104713869a8c34cb1642d.jlec@gentoo
1 commit: eedd851297452756369104713869a8c34cb1642d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 07:53:17 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 07:53:17 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eedd8512
7
8 virtual/cblas: Add gotoblas to int64 providers
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 virtual/cblas/cblas-2.0-r3.ebuild | 17 +++++++++--------
14 1 file changed, 9 insertions(+), 8 deletions(-)
15
16 diff --git a/virtual/cblas/cblas-2.0-r3.ebuild b/virtual/cblas/cblas-2.0-r3.ebuild
17 index 852a70f..49d71bc 100644
18 --- a/virtual/cblas/cblas-2.0-r3.ebuild
19 +++ b/virtual/cblas/cblas-2.0-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -16,24 +16,25 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-lin
27 IUSE="int64"
28
29 RDEPEND="
30 - int64? (
31 - || (
32 - >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
33 - >=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
34 - )
35 - )
36 || (
37 >=sci-libs/cblas-reference-20110218-r1[int64?,${MULTILIB_USEDEP}]
38 >=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
39 >=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}]
40 + >=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
41 abi_x86_64? (
42 !abi_x86_32? (
43 || (
44 - >=sci-libs/gotoblas2-1.13
45 >=sci-libs/atlas-3.9.34
46 >=sci-libs/mkl-10.3
47 )
48 )
49 )
50 + )
51 + int64? (
52 + || (
53 + >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
54 + >=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
55 + >=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
56 + )
57 )"
58 DEPEND=""