commit:     39b7cc917e701f19af15fcd93cadf775c0e2f59b
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 10:21:25 2014 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 10:21:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=39b7cc91

Bump the cblas virtual to add int64 supplort for cblas-reference.

---
 virtual/cblas/ChangeLog           |  5 +++++
 virtual/cblas/cblas-2.0-r2.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/virtual/cblas/ChangeLog b/virtual/cblas/ChangeLog
index bf5bbf8..fce9238 100644
--- a/virtual/cblas/ChangeLog
+++ b/virtual/cblas/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/virtual/cblas/ChangeLog,v 1.6 2010/01/11 
10:56:05 ulm Exp $
 
+*cblas-2.0-r2 (13 Oct 2014)
+
+  13 Oct 2014; Mark Wright <gie...@gentoo.org> +cblas-2.0-r2.ebuild:
+  Bump the cblas virtual to add int64 supplort for cblas-reference.
+
 *cblas-2.0-r1 (26 Apr 2014)
 
   26 Apr 2014; Mark Wright <gie...@gentoo.org> +cblas-2.0-r1.ebuild,

diff --git a/virtual/cblas/cblas-2.0-r2.ebuild 
b/virtual/cblas/cblas-2.0-r2.ebuild
new file mode 100644
index 0000000..aef1270
--- /dev/null
+++ b/virtual/cblas/cblas-2.0-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Virtual for BLAS C implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="int64"
+
+RDEPEND="
+       int64? (
+               || (
+                       >=sci-libs/openblas-0.2.11[int64]
+                       >=sci-libs/cblas-reference-20110218-r1[int64]
+               )
+       )
+       || (
+               >=sci-libs/cblas-reference-20110218-r1[int64?]
+               >=sci-libs/openblas-0.2.11[int64?]
+               >=sci-libs/gsl-1.15-r3[-cblas-external]
+               >=sci-libs/gotoblas2-1.13
+               >=sci-libs/atlas-3.9.34
+               >=sci-libs/mkl-10.3
+       )"
+DEPEND=""

Reply via email to