commit: 8a52101e318edc07bccbb9cb3a5a5c949d2e4562 Author: gienah <gienah <AT> gentoo <DOT> org> AuthorDate: Sat Sep 6 16:43:10 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Sep 27 11:10:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a52101e
Add int64 use flag for separate eselect modules for int64 providers --- virtual/cblas/ChangeLog | 8 +++++++- virtual/cblas/cblas-2.0-r1.ebuild | 28 ++++++++++++++++++++++++++++ virtual/cblas/metadata.xml | 4 ++++ 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/virtual/cblas/ChangeLog b/virtual/cblas/ChangeLog index 20ec5ad..bf5bbf8 100644 --- a/virtual/cblas/ChangeLog +++ b/virtual/cblas/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for virtual/cblas -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# 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-r1 (26 Apr 2014) + + 26 Apr 2014; Mark Wright <gie...@gentoo.org> +cblas-2.0-r1.ebuild, + metadata.xml: + Add int64 use flag for separate eselect modules for int64 providers + 11 Aug 2013; Justin Lecher <j...@gentoo.org> cblas-2.0.ebuild, metadata.xml: Drop obsolete USE dep for openblas, #478130 diff --git a/virtual/cblas/cblas-2.0-r1.ebuild b/virtual/cblas/cblas-2.0-r1.ebuild new file mode 100644 index 0000000..e2b2495 --- /dev/null +++ b/virtual/cblas/cblas-2.0-r1.ebuild @@ -0,0 +1,28 @@ +# 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="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="int64" + +RDEPEND=" + int64? ( + sci-libs/openblas[int64] + ) + || ( + >=sci-libs/cblas-reference-20110218 + sci-libs/openblas[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="" diff --git a/virtual/cblas/metadata.xml b/virtual/cblas/metadata.xml index 444c81e..fb26d6d 100644 --- a/virtual/cblas/metadata.xml +++ b/virtual/cblas/metadata.xml @@ -6,4 +6,8 @@ Gentoo virtual package for the Basic Linear Algebra Subprograms C implementation. </longdescription> +<use> + <flag name="int64">Add eselect module for cblas libraries built with 64 bits + integer ABI</flag> +</use> </pkgmetadata>