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/blas/
Date: Tue, 01 Dec 2015 09:37:12
Message-Id: 1448956474.231d9b440197d6b11f472b8e4b57821c43b8bea3.jlec@gentoo
1 commit: 231d9b440197d6b11f472b8e4b57821c43b8bea3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 07:54:34 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 07:54:34 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=231d9b44
7
8 virtual/blas: 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/blas/blas-2.1-r4.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/virtual/blas/blas-2.1-r4.ebuild b/virtual/blas/blas-2.1-r4.ebuild
17 index d99af25..b95de38 100644
18 --- a/virtual/blas/blas-2.1-r4.ebuild
19 +++ b/virtual/blas/blas-2.1-r4.ebuild
20 @@ -23,7 +23,7 @@ RDEPEND="
21 >=dev-cpp/eigen-3.1.4
22 sci-libs/atlas[fortran]
23 >=sci-libs/acml-4.4
24 - sci-libs/gotoblas2
25 + sci-libs/gotoblas2[int64?,${MULTILIB_USEDEP}]
26 >=sci-libs/mkl-10.3
27 )
28 doc? ( >=app-doc/blas-docs-3.2 )
29 @@ -31,6 +31,7 @@ RDEPEND="
30 || (
31 sci-libs/blas-reference[int64,${MULTILIB_USEDEP}]
32 >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
33 + sci-libs/gotoblas2[int64?,${MULTILIB_USEDEP}]
34 )
35 )
36 "