public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: virtual/lapack/, virtual/lapacke/
@ 2015-12-31  8:48 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2015-12-31  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b8aaadb20f08b9841f0ed8af3a5af3c72910921c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 08:48:11 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 08:48:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8aaadb2

Fix virtual for numeric

Github: Fixes gentoo-science/sci#557

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/lapack/lapack-3.6.ebuild   | 6 ++++--
 virtual/lapacke/lapacke-3.5.ebuild | 6 ++----
 virtual/lapacke/lapacke-3.6.ebuild | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
index 240fd0f..8e321be 100644
--- a/virtual/lapack/lapack-3.6.ebuild
+++ b/virtual/lapack/lapack-3.6.ebuild
@@ -25,8 +25,10 @@ RDEPEND="
 		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34[lapack] ) )
 	)
 	int64? (
-		>=sci-libs/lapack-reference-${PV}[int64,${MULTILIB_USEDEP}]
-		sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+		|| (
+			>=sci-libs/lapack-reference-${PV}[int64,${MULTILIB_USEDEP}]
+			sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+		)
 	)
 	doc? ( >=app-doc/lapack-docs-3.3 )"
 DEPEND=""

diff --git a/virtual/lapacke/lapacke-3.5.ebuild b/virtual/lapacke/lapacke-3.5.ebuild
index 2f78c8a..4b22159 100644
--- a/virtual/lapacke/lapacke-3.5.ebuild
+++ b/virtual/lapacke/lapacke-3.5.ebuild
@@ -10,10 +10,8 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
-RDEPEND="|| (
-		>=sci-libs/lapacke-reference-3.5
-	)"
+
+RDEPEND=">=sci-libs/lapacke-reference-${PV}"
 DEPEND=""

diff --git a/virtual/lapacke/lapacke-3.6.ebuild b/virtual/lapacke/lapacke-3.6.ebuild
index c469912..b151179 100644
--- a/virtual/lapacke/lapacke-3.6.ebuild
+++ b/virtual/lapacke/lapacke-3.6.ebuild
@@ -19,7 +19,7 @@ IUSE="int64"
 
 RDEPEND="
 	|| (
-		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/lapacke-reference-3.5 ) )
+		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/lapacke-reference-${PV} ) )
 		sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
 	)
 	int64? ( sci-libs/mkl[int64,${MULTILIB_USEDEP}] )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-31  8:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-31  8:48 [gentoo-commits] proj/sci:master commit in: virtual/lapack/, virtual/lapacke/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox