public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2013-07-25 18:43 Sebastien Fabbro
  0 siblings, 0 replies; 12+ messages in thread
From: Sebastien Fabbro @ 2013-07-25 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     49584c972c586657a1524832952ed71d1d81ae8b
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 18:42:31 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 18:42:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49584c97

virtual/cblas: Adapted for new openblas

Package-Manager: portage-2.2.01.22124-prefix

---
 virtual/cblas/ChangeLog        | 6 ++++--
 virtual/cblas/cblas-2.0.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/virtual/cblas/ChangeLog b/virtual/cblas/ChangeLog
index 742eb39..92dfa12 100644
--- a/virtual/cblas/ChangeLog
+++ b/virtual/cblas/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for virtual/cblas
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 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 $
 
+  25 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> cblas-2.0.ebuild:
+  virtual/cblas: Adapted for new openblas
+
   19 Dec 2012; Denis Dupeyron <calchan@gentoo.org> cblas-2.0.ebuild:
   Only consider sci-libs/gsl as a valid cblas implementation if the
   cblas-external USE flag is not set. Update sci-libs/gsl version to 1.15-r3.
@@ -33,4 +36,3 @@
   10 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
   +cblas-1.0.ebuild:
   New style virtual for cblas. Version number is abitrary.
-

diff --git a/virtual/cblas/cblas-2.0.ebuild b/virtual/cblas/cblas-2.0.ebuild
index 3e0f93f..8845eda 100644
--- a/virtual/cblas/cblas-2.0.ebuild
+++ b/virtual/cblas/cblas-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -10,15 +10,15 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="|| (
 		>=sci-libs/cblas-reference-20110218
+		sci-libs/openblas
 		>=sci-libs/gsl-1.15-r3[-cblas-external]
 		>=sci-libs/gotoblas2-1.13[incblas]
 		>=sci-libs/atlas-3.9.34
 		>=sci-libs/mkl-10.3
-		sci-libs/openblas[incblas]
 	)"
 DEPEND=""


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2013-08-12  9:00 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2013-08-12  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e726f866fdcf63f0c2611ed129a4ba2e0e524e2b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 13:34:08 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 13:34:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e726f866

virtual/cblas: Drop obsolete USE dep for openblas, #478130

Package-Manager: portage-2.2.0_alpha196

---
 virtual/cblas/ChangeLog        | 3 +++
 virtual/cblas/cblas-2.0.ebuild | 2 +-
 virtual/cblas/metadata.xml     | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/virtual/cblas/ChangeLog b/virtual/cblas/ChangeLog
index 92dfa12..20ec5ad 100644
--- a/virtual/cblas/ChangeLog
+++ b/virtual/cblas/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 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 $
 
+  11 Aug 2013; Justin Lecher <jlec@gentoo.org> cblas-2.0.ebuild, metadata.xml:
+  Drop obsolete USE dep for openblas, #478130
+
   25 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> cblas-2.0.ebuild:
   virtual/cblas: Adapted for new openblas
 

diff --git a/virtual/cblas/cblas-2.0.ebuild b/virtual/cblas/cblas-2.0.ebuild
index 8845eda..71ef038 100644
--- a/virtual/cblas/cblas-2.0.ebuild
+++ b/virtual/cblas/cblas-2.0.ebuild
@@ -17,7 +17,7 @@ RDEPEND="|| (
 		>=sci-libs/cblas-reference-20110218
 		sci-libs/openblas
 		>=sci-libs/gsl-1.15-r3[-cblas-external]
-		>=sci-libs/gotoblas2-1.13[incblas]
+		>=sci-libs/gotoblas2-1.13
 		>=sci-libs/atlas-3.9.34
 		>=sci-libs/mkl-10.3
 	)"

diff --git a/virtual/cblas/metadata.xml b/virtual/cblas/metadata.xml
index a609110..444c81e 100644
--- a/virtual/cblas/metadata.xml
+++ b/virtual/cblas/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
   Gentoo virtual package for the Basic Linear Algebra Subprograms
   C implementation.
 </longdescription>


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2014-10-06  5:56 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-10-06  5:56 UTC (permalink / raw
  To: gentoo-commits

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 <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] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2014-11-10 23:33 Christoph Junghans
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans @ 2014-11-10 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     18d61d4db02599198a3bac4e64f41d509e563cc7
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 23:33:37 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 23:33:37 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=18d61d4d

added multilib support (bug #528622)

Package-Manager: portage-2.2.8-r2

---
 virtual/cblas/ChangeLog           |  5 +++++
 virtual/cblas/cblas-2.0-r3.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/virtual/cblas/ChangeLog b/virtual/cblas/ChangeLog
index fce9238..7c01c5f 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-r3 (10 Nov 2014)
+
+  10 Nov 2014; Christoph Junghans <ottxor@gentoo.org> +cblas-2.0-r3.ebuild:
+  added multilib support (bug #528622)
+
 *cblas-2.0-r2 (13 Oct 2014)
 
   13 Oct 2014; Mark Wright <gienah@gentoo.org> +cblas-2.0-r2.ebuild:

diff --git a/virtual/cblas/cblas-2.0-r3.ebuild b/virtual/cblas/cblas-2.0-r3.ebuild
new file mode 100644
index 0000000..b7a94e8
--- /dev/null
+++ b/virtual/cblas/cblas-2.0-r3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit multilib-build
+
+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,${MULTILIB_USEDEP}]
+			>=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
+		)
+	)
+	|| (
+		>=sci-libs/cblas-reference-20110218-r1[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}]
+		abi_x86_64? ( !abi_x86_32? ( || (
+			>=sci-libs/gotoblas2-1.13
+			>=sci-libs/atlas-3.9.34
+			>=sci-libs/mkl-10.3
+		) ) )
+	)"
+DEPEND=""


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2014-11-13  0:15 Christoph Junghans
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans @ 2014-11-13  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     77b3bf00c5b0525204fac0bf9323d2b74eb454b2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 10:08:18 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 10:08:18 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=77b3bf00

virtual/cblas: Bumpt to EAPI=5

Package-Manager: portage-2.2.14

---
 virtual/cblas/ChangeLog        | 3 +++
 virtual/cblas/cblas-2.0.ebuild | 2 +-
 virtual/cblas/metadata.xml     | 6 +++---
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/virtual/cblas/ChangeLog b/virtual/cblas/ChangeLog
index 7c01c5f..e31fb17 100644
--- a/virtual/cblas/ChangeLog
+++ b/virtual/cblas/ChangeLog
@@ -2,6 +2,9 @@
 # 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 $
 
+  12 Nov 2014; Justin Lecher <jlec@gentoo.org> cblas-2.0.ebuild, metadata.xml:
+  Bumpt to EAPI=5
+
 *cblas-2.0-r3 (10 Nov 2014)
 
   10 Nov 2014; Christoph Junghans <ottxor@gentoo.org> +cblas-2.0-r3.ebuild:

diff --git a/virtual/cblas/cblas-2.0.ebuild b/virtual/cblas/cblas-2.0.ebuild
index df3ab1e..654ff6b 100644
--- a/virtual/cblas/cblas-2.0.ebuild
+++ b/virtual/cblas/cblas-2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 DESCRIPTION="Virtual for BLAS C implementation"
 HOMEPAGE=""

diff --git a/virtual/cblas/metadata.xml b/virtual/cblas/metadata.xml
index fb26d6d..0822462 100644
--- a/virtual/cblas/metadata.xml
+++ b/virtual/cblas/metadata.xml
@@ -6,8 +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
+  <use>
+    <flag name="int64">Add eselect module for cblas libraries built with 64 bits
   integer ABI</flag>
-</use>
+  </use>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2015-12-01  9:37 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-12-01  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     eedd851297452756369104713869a8c34cb1642d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 07:53:17 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 07:53:17 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=eedd8512

virtual/cblas: Add gotoblas to int64 providers

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/cblas/cblas-2.0-r3.ebuild | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/virtual/cblas/cblas-2.0-r3.ebuild b/virtual/cblas/cblas-2.0-r3.ebuild
index 852a70f..49d71bc 100644
--- a/virtual/cblas/cblas-2.0-r3.ebuild
+++ b/virtual/cblas/cblas-2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,24 +16,25 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-lin
 IUSE="int64"
 
 RDEPEND="
-	int64? (
-		|| (
-			>=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
-			>=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
-		)
-	)
 	|| (
 		>=sci-libs/cblas-reference-20110218-r1[int64?,${MULTILIB_USEDEP}]
 		>=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
 		>=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}]
+		>=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
 		abi_x86_64? (
 			!abi_x86_32? (
 				|| (
-					>=sci-libs/gotoblas2-1.13
 					>=sci-libs/atlas-3.9.34
 					>=sci-libs/mkl-10.3
 				)
 			)
 		)
+	)
+	int64? (
+		|| (
+			>=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
+			>=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
+			>=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
+		)
 	)"
 DEPEND=""


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2015-12-28  8:17 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-12-28  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3881348dbe9cacb8d1712bb0b8acd8104b5aa427
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 08:15:54 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 08:15:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3881348d

virtual/cblas: Update deps, Drop unsupported ABIs

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/cblas/cblas-2.0-r4.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/virtual/cblas/cblas-2.0-r4.ebuild b/virtual/cblas/cblas-2.0-r4.ebuild
new file mode 100644
index 0000000..46fdf79
--- /dev/null
+++ b/virtual/cblas/cblas-2.0-r4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for BLAS C implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="int64"
+
+RDEPEND="
+	|| (
+		>=sci-libs/cblas-reference-20110218-r1[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}]
+		>=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
+		sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
+		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34 ) )
+	)
+	int64? (
+		|| (
+			>=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
+			>=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
+			>=sci-libs/gotoblas2-1.13[int64,${MULTILIB_USEDEP}]
+			sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+		)
+	)"
+DEPEND=""


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2016-02-26  9:02 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-26  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     70fd4818d5e984c7e1fafd16151e8cd42c1cff66
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:55:41 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:55:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=70fd4818

virtual/cblas: Drop old

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/cblas/cblas-2.0-r3.ebuild | 40 ---------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/virtual/cblas/cblas-2.0-r3.ebuild b/virtual/cblas/cblas-2.0-r3.ebuild
deleted file mode 100644
index 49d71bc..0000000
--- a/virtual/cblas/cblas-2.0-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib-build
-
-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="
-	|| (
-		>=sci-libs/cblas-reference-20110218-r1[int64?,${MULTILIB_USEDEP}]
-		>=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
-		>=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}]
-		>=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
-		abi_x86_64? (
-			!abi_x86_32? (
-				|| (
-					>=sci-libs/atlas-3.9.34
-					>=sci-libs/mkl-10.3
-				)
-			)
-		)
-	)
-	int64? (
-		|| (
-			>=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
-			>=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
-			>=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
-		)
-	)"
-DEPEND=""


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2016-02-26  9:02 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-26  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     58f3988cc577dce3e68f86a608a18413d707faf3
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:56:23 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:56:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=58f3988c

virtual/cblas: Bump EAPI to 6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/cblas/cblas-2.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/cblas/cblas-2.0-r4.ebuild b/virtual/cblas/cblas-2.0-r4.ebuild
index 46fdf79..0089528 100644
--- a/virtual/cblas/cblas-2.0-r4.ebuild
+++ b/virtual/cblas/cblas-2.0-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2016-10-12  6:30 Marius Brehler
  0 siblings, 0 replies; 12+ messages in thread
From: Marius Brehler @ 2016-10-12  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2b673b5657d4110fdd86130f9442212b6f8a6344
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 20:00:09 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Sep 24 20:10:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2b673b56

virtual/cblas: Add version 3.6-r100 to reflect upstream numbering

blas/cblas and lapack nowadays have the same version numbering scheme.
Thus, provide a new virtual/cblas-3.6-r100 that ensures reference cblas
3.6.0 (or newer) compatibility.

Package-Manager: portage-2.2.28

 virtual/cblas/cblas-3.6-r100.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/virtual/cblas/cblas-3.6-r100.ebuild b/virtual/cblas/cblas-3.6-r100.ebuild
new file mode 100644
index 0000000..2b5f942
--- /dev/null
+++ b/virtual/cblas/cblas-3.6-r100.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for BLAS C implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="int64"
+
+RDEPEND="
+	|| (
+		>=sci-libs/cblas-reference-20151113-r100[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}]
+		>=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
+		sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
+		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34 ) )
+	)
+	int64? (
+		|| (
+			>=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
+			>=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
+			>=sci-libs/gotoblas2-1.13[int64,${MULTILIB_USEDEP}]
+			sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+		)
+	)"
+DEPEND=""


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2017-02-03 10:25 Marius Brehler
  0 siblings, 0 replies; 12+ messages in thread
From: Marius Brehler @ 2017-02-03 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bc8c33fac582ceaa6319500c66329b776778f618
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 02:56:49 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Feb  3 02:56:49 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bc8c33fa

virtual/cblas: version bump to 3.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 virtual/cblas/cblas-3.7-r100.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/virtual/cblas/cblas-3.7-r100.ebuild b/virtual/cblas/cblas-3.7-r100.ebuild
new file mode 100644
index 0000000..49d5aa7
--- /dev/null
+++ b/virtual/cblas/cblas-3.7-r100.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for BLAS C implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="int64"
+
+RDEPEND="
+	|| (
+		>=sci-libs/cblas-reference-20161223-r100[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}]
+		>=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
+		sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
+		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34 ) )
+	)
+	int64? (
+		|| (
+			>=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
+			>=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
+			>=sci-libs/gotoblas2-1.13[int64,${MULTILIB_USEDEP}]
+			sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+		)
+	)"
+DEPEND=""


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

* [gentoo-commits] proj/sci:master commit in: virtual/cblas/
@ 2017-03-07  7:45 Marius Brehler
  0 siblings, 0 replies; 12+ messages in thread
From: Marius Brehler @ 2017-03-07  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1de2060abbab80f2e545a4824244e9969c7f3972
Author:     François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
AuthorDate: Sun Mar  5 01:21:56 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Mar  6 18:58:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1de2060a

virtual/cblas: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/cblas/cblas-2.0-r4.ebuild   | 4 +---
 virtual/cblas/cblas-3.6-r100.ebuild | 4 +---
 virtual/cblas/cblas-3.7-r100.ebuild | 2 --
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/virtual/cblas/cblas-2.0-r4.ebuild b/virtual/cblas/cblas-2.0-r4.ebuild
index 68ba05c97..14a030651 100644
--- a/virtual/cblas/cblas-2.0-r4.ebuild
+++ b/virtual/cblas/cblas-2.0-r4.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for BLAS C implementation"

diff --git a/virtual/cblas/cblas-3.6-r100.ebuild b/virtual/cblas/cblas-3.6-r100.ebuild
index a95c7bc34..4adf7906c 100644
--- a/virtual/cblas/cblas-3.6-r100.ebuild
+++ b/virtual/cblas/cblas-3.6-r100.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for BLAS C implementation"

diff --git a/virtual/cblas/cblas-3.7-r100.ebuild b/virtual/cblas/cblas-3.7-r100.ebuild
index 7525fd184..51ed1b464 100644
--- a/virtual/cblas/cblas-3.7-r100.ebuild
+++ b/virtual/cblas/cblas-3.7-r100.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for BLAS C implementation"


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

end of thread, other threads:[~2017-03-07  7:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06  5:56 [gentoo-commits] proj/sci:master commit in: virtual/cblas/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2017-03-07  7:45 Marius Brehler
2017-02-03 10:25 Marius Brehler
2016-10-12  6:30 Marius Brehler
2016-02-26  9:02 Justin Lecher
2016-02-26  9:02 Justin Lecher
2015-12-28  8:17 Justin Lecher
2015-12-01  9:37 Justin Lecher
2014-11-13  0:15 Christoph Junghans
2014-11-10 23:33 Christoph Junghans
2013-08-12  9:00 Justin Lecher
2013-07-25 18:43 Sebastien Fabbro

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