public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:lapack-multibuild commit in: virtual/cblas/
@ 2014-09-06 16:47 Mark Wright
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright @ 2014-09-06 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9c83ce50afb7d6128c1d46ff9709a8dc6925cbb2
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 16:43:10 2014 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 16:43:10 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9c83ce50

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 <gienah@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 <jlec@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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:lapack-multibuild commit in: virtual/cblas/
@ 2014-09-09 22:57 Mark Wright
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright @ 2014-09-09 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     94793aab91cb4824bbb9667e3a0e41751aa7d69d
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 16:43:10 2014 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sun Sep  7 09:43:47 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=94793aab

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 <gienah@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 <jlec@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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-09 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-06 16:47 [gentoo-commits] proj/sci:lapack-multibuild commit in: virtual/cblas/ Mark Wright
  -- strict thread matches above, loose matches on Subject: below --
2014-09-09 22:57 Mark Wright

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