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/lapack/, virtual/lapacke/
Date: Thu, 31 Dec 2015 08:48:47
Message-Id: 1451551691.b8aaadb20f08b9841f0ed8af3a5af3c72910921c.jlec@gentoo
1 commit: b8aaadb20f08b9841f0ed8af3a5af3c72910921c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 08:48:11 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:48:11 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8aaadb2
7
8 Fix virtual for numeric
9
10 Github: Fixes gentoo-science/sci#557
11
12 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
13
14 virtual/lapack/lapack-3.6.ebuild | 6 ++++--
15 virtual/lapacke/lapacke-3.5.ebuild | 6 ++----
16 virtual/lapacke/lapacke-3.6.ebuild | 2 +-
17 3 files changed, 7 insertions(+), 7 deletions(-)
18
19 diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
20 index 240fd0f..8e321be 100644
21 --- a/virtual/lapack/lapack-3.6.ebuild
22 +++ b/virtual/lapack/lapack-3.6.ebuild
23 @@ -25,8 +25,10 @@ RDEPEND="
24 abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34[lapack] ) )
25 )
26 int64? (
27 - >=sci-libs/lapack-reference-${PV}[int64,${MULTILIB_USEDEP}]
28 - sci-libs/mkl[int64,${MULTILIB_USEDEP}]
29 + || (
30 + >=sci-libs/lapack-reference-${PV}[int64,${MULTILIB_USEDEP}]
31 + sci-libs/mkl[int64,${MULTILIB_USEDEP}]
32 + )
33 )
34 doc? ( >=app-doc/lapack-docs-3.3 )"
35 DEPEND=""
36
37 diff --git a/virtual/lapacke/lapacke-3.5.ebuild b/virtual/lapacke/lapacke-3.5.ebuild
38 index 2f78c8a..4b22159 100644
39 --- a/virtual/lapacke/lapacke-3.5.ebuild
40 +++ b/virtual/lapacke/lapacke-3.5.ebuild
41 @@ -10,10 +10,8 @@ SRC_URI=""
42
43 LICENSE=""
44 SLOT="0"
45 -
46 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 IUSE=""
48 -RDEPEND="|| (
49 - >=sci-libs/lapacke-reference-3.5
50 - )"
51 +
52 +RDEPEND=">=sci-libs/lapacke-reference-${PV}"
53 DEPEND=""
54
55 diff --git a/virtual/lapacke/lapacke-3.6.ebuild b/virtual/lapacke/lapacke-3.6.ebuild
56 index c469912..b151179 100644
57 --- a/virtual/lapacke/lapacke-3.6.ebuild
58 +++ b/virtual/lapacke/lapacke-3.6.ebuild
59 @@ -19,7 +19,7 @@ IUSE="int64"
60
61 RDEPEND="
62 || (
63 - abi_x86_64? ( !abi_x86_32? ( >=sci-libs/lapacke-reference-3.5 ) )
64 + abi_x86_64? ( !abi_x86_32? ( >=sci-libs/lapacke-reference-${PV} ) )
65 sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
66 )
67 int64? ( sci-libs/mkl[int64,${MULTILIB_USEDEP}] )