public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2016-09-30  4:20 Matthias Maier
  0 siblings, 0 replies; 24+ messages in thread
From: Matthias Maier @ 2016-09-30  4:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bd8d58bcb78a127783656ef85ed2502537f2991c
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 04:12:22 2016 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 04:19:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8d58bc

virtual/lapack: bump to 3.6

Package-Manager: portage-2.3.0

 virtual/lapack/lapack-3.6.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
new file mode 100644
index 00000000..8e2f1e9
--- /dev/null
+++ b/virtual/lapack/lapack-3.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="|| (
+		>=sci-libs/lapack-reference-3.6
+		>=sci-libs/mkl-10
+		>=sci-libs/acml-4
+	)"
+DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2017-02-03  3:02 Matthias Maier
  0 siblings, 0 replies; 24+ messages in thread
From: Matthias Maier @ 2017-02-03  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     33d4713c4887bd05b9c7e227b98cbe969697bc9c
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 02:31:09 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 03:01:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d4713c

virtual/lapack: bump to 3.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 virtual/lapack/lapack-3.7.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/virtual/lapack/lapack-3.7.ebuild b/virtual/lapack/lapack-3.7.ebuild
new file mode 100644
index 00000000..4f80ffc
--- /dev/null
+++ b/virtual/lapack/lapack-3.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="|| (
+		>=sci-libs/lapack-reference-3.7
+		>=sci-libs/mkl-10
+		>=sci-libs/acml-4
+	)"
+DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2017-03-19 16:54 David Seifert
  0 siblings, 0 replies; 24+ messages in thread
From: David Seifert @ 2017-03-19 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f1dd3ccb11cfdaceabea5712d9bff9e219f1f80a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 16:53:22 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 16:54:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1dd3ccb

virtual/lapack: Remove support for sci-libs/acml

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4245

 virtual/lapack/lapack-3.0.ebuild | 1 -
 virtual/lapack/lapack-3.1.ebuild | 1 -
 virtual/lapack/lapack-3.6.ebuild | 1 -
 virtual/lapack/lapack-3.7.ebuild | 1 -
 4 files changed, 4 deletions(-)

diff --git a/virtual/lapack/lapack-3.0.ebuild b/virtual/lapack/lapack-3.0.ebuild
index 8654a74515d..38d1fae658d 100644
--- a/virtual/lapack/lapack-3.0.ebuild
+++ b/virtual/lapack/lapack-3.0.ebuild
@@ -10,5 +10,4 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 RDEPEND="|| (
 		sci-libs/lapack-reference
 		>=sci-libs/mkl-9.1.023
-		>=sci-libs/acml-3.6
 	)"

diff --git a/virtual/lapack/lapack-3.1.ebuild b/virtual/lapack/lapack-3.1.ebuild
index 83f33b243a9..a0b865ca77a 100644
--- a/virtual/lapack/lapack-3.1.ebuild
+++ b/virtual/lapack/lapack-3.1.ebuild
@@ -10,5 +10,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fb
 RDEPEND="|| (
 		>=sci-libs/lapack-reference-3.1
 		>=sci-libs/mkl-10
-		>=sci-libs/acml-4
 	)"

diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
index ab82a1f5df1..bd300d2674f 100644
--- a/virtual/lapack/lapack-3.6.ebuild
+++ b/virtual/lapack/lapack-3.6.ebuild
@@ -15,6 +15,5 @@ IUSE=""
 RDEPEND="|| (
 		>=sci-libs/lapack-reference-3.6
 		>=sci-libs/mkl-10
-		>=sci-libs/acml-4
 	)"
 DEPEND=""

diff --git a/virtual/lapack/lapack-3.7.ebuild b/virtual/lapack/lapack-3.7.ebuild
index 6bb02c480a9..722ab51504b 100644
--- a/virtual/lapack/lapack-3.7.ebuild
+++ b/virtual/lapack/lapack-3.7.ebuild
@@ -15,6 +15,5 @@ IUSE=""
 RDEPEND="|| (
 		>=sci-libs/lapack-reference-3.7
 		>=sci-libs/mkl-10
-		>=sci-libs/acml-4
 	)"
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2017-06-26 12:48 Alexis Ballier
  0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-06-26 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     31e7b70df2d35b21f1e8f1e02d61c23e7bead534
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 12:48:04 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 12:48:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e7b70d

virtual/lapack: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 virtual/lapack/lapack-3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.7.ebuild b/virtual/lapack/lapack-3.7.ebuild
index 76b9c045fa1..2f62791e278 100644
--- a/virtual/lapack/lapack-3.7.ebuild
+++ b/virtual/lapack/lapack-3.7.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="|| (
 		>=sci-libs/lapack-reference-3.7


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2019-05-16 19:30 Aaron Bauman
  0 siblings, 0 replies; 24+ messages in thread
From: Aaron Bauman @ 2019-05-16 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1f8fab912f0d9c6a112d513ac45b89ad1c2d0444
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 15:08:39 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 16 19:27:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8fab91

virtual/lapack: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 virtual/lapack/lapack-3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/lapack/lapack-3.1.ebuild b/virtual/lapack/lapack-3.1.ebuild
index a0b865ca77a..30d27aba4b4 100644
--- a/virtual/lapack/lapack-3.1.ebuild
+++ b/virtual/lapack/lapack-3.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 RDEPEND="|| (
 		>=sci-libs/lapack-reference-3.1


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2019-07-20 14:42 Benda XU
  0 siblings, 0 replies; 24+ messages in thread
From: Benda XU @ 2019-07-20 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d43b548197b2d2a82d30440a4c621c71097a3cde
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 14:42:19 2019 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 14:42:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43b5481

virtual/lapack: add openblas as a lapack provider.

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 93ddd49d8b7..6641f70fb30 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -9,6 +9,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a
 IUSE="eselect-ldso"
 
 RDEPEND="
-	>=sci-libs/lapack-3.8.0[eselect-ldso?]
+	!eselect-ldso? ( >=sci-libs/lapack-3.8.0[-eselect-ldso] )
+	eselect-ldso? ( || (
+		>=sci-libs/lapack-3.8.0[eselect-ldso]
+		sci-libs/openblas[eselect-ldso] ) )
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2019-10-31 23:50 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2019-10-31 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     da3326a6ca887a0d5911ebd5f631cdbacf65f39b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 23:16:17 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 23:16:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3326a6

virtual/lapack: x86 stable (bug #698756)

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 5b6d24eb54d..1fd22900185 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2019-11-01 11:14 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2019-11-01 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d3673f4035d45f33fa7522142847d7e0bcb02b01
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 11:14:03 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 11:14:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3673f40

virtual/lapack: arm stable wrt bug #698756

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 1fd22900185..e11a4abdcb3 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2019-11-15 12:47 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2019-11-15 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     522022765a54ddea5dc57b45419883f4b8d703a3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 12:47:38 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 12:47:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52202276

virtual/lapack: amd64 stable wrt bug #698756

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index e11a4abdcb3..f5ef4e7927d 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2019-11-24  4:24 Aaron Bauman
  0 siblings, 0 replies; 24+ messages in thread
From: Aaron Bauman @ 2019-11-24  4:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6a90fd41f2cf799ea9facc247f9bc3bdaa8a33b9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 04:22:32 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 04:22:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a90fd41

virtual/lapack: arm64 stable (bug #698756)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 25bc841ea4e..9b3e29ae626 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2019-12-01 14:01 Sergei Trofimovich
  0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2019-12-01 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     dc21a5b2ad0b94a226dab628b94f97004770e7f8
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  1 14:00:47 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 14:00:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc21a5b2

virtual/lapack: stable 3.8 for ppc64, bug #698756

Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 9b3e29ae626..635b66e5b6e 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2019-12-24 20:03 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2019-12-24 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cb6cb5323e8220316f1656f1456742b08eb084f2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 20:03:20 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 20:03:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6cb532

virtual/lapack: alpha stable wrt bug #698756

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 635b66e5b6e..f453edf66c3 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2020-05-20  6:25 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2020-05-20  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a2dec2f2c83881684bf9a95d17ab3e7e4bc1aebb
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 06:25:30 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 20 06:25:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2dec2f2

virtual/lapack: sparc stable wrt bug #698756

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 949be235a01..1ebca7e02d4 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2020-06-01 19:52 Sergei Trofimovich
  0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2020-06-01 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     96b8a10014452636d4c1771116659bc8f5d44bd3
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jun  1 18:05:59 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 19:52:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b8a100

virtual/lapack: stable 3.8 for hppa, bug #698756

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 1ebca7e02d4..16d4bf09cd4 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2020-12-21 23:46 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-12-21 23:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f98c1b276b319fb22697fa6b5a5b72a29cdb3adb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 23:44:09 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 23:46:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98c1b27

virtual/lapack: fix MissingVirtualKeywords

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 16d4bf09cd4..80de9ab1858 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2021-07-01 22:41 Marek Szuba
  0 siblings, 0 replies; 24+ messages in thread
From: Marek Szuba @ 2021-07-01 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f20af51e7ceb3bb29de3718c1213cac4fdc61daf
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 20:50:13 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 22:40:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20af51e

virtual/lapack: keyword 3.8 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index 74365f8e6ad..b3da87de915 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2021-12-03  0:54 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-12-03  0:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b6a63e4577b6dd6da0db34b22e0712ee268d497c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 00:52:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  3 00:53:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a63e45

virtual/lapack: add 3.10

Bug: https://bugs.gentoo.org/800539
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/lapack/lapack-3.10.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/virtual/lapack/lapack-3.10.ebuild b/virtual/lapack/lapack-3.10.ebuild
new file mode 100644
index 000000000000..bcc7e7a2d74a
--- /dev/null
+++ b/virtual/lapack/lapack-3.10.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="eselect-ldso"
+
+RDEPEND="
+	>=sci-libs/lapack-3.10.0[eselect-ldso?]
+	eselect-ldso? ( || (
+		>=sci-libs/lapack-3.10.0[eselect-ldso]
+		sci-libs/openblas[eselect-ldso] ) )
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2022-05-14  3:42 WANG Xuerui
  0 siblings, 0 replies; 24+ messages in thread
From: WANG Xuerui @ 2022-05-14  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3819f9948aac91f55ff91f211206f9df609dbc03
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 03:32:27 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat May 14 03:42:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3819f994

virtual/lapack: keyword 3.8 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index b3da87de915f..d8579c9fc65e 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2023-06-03 11:15 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-06-03 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c13252e68981b0bf91f3d1b6674e9bfe7c7a4415
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 16:13:41 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 11:12:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13252e6

virtual/lapack: destabilize for ~ppc

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/lapack/lapack-3.10.ebuild | 4 ++--
 virtual/lapack/lapack-3.8.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/virtual/lapack/lapack-3.10.ebuild b/virtual/lapack/lapack-3.10.ebuild
index 225a0ebf028c..6eb883e746ff 100644
--- a/virtual/lapack/lapack-3.10.ebuild
+++ b/virtual/lapack/lapack-3.10.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
index d8579c9fc65e..dcdf43355101 100644
--- a/virtual/lapack/lapack-3.8.ebuild
+++ b/virtual/lapack/lapack-3.8.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="eselect-ldso"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2025-09-14  3:16 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2025-09-14  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6e1a87b7099ef036140d1ff2b25541201da368a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 03:15:45 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 03:16:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1a87b7

virtual/lapack: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 virtual/lapack/lapack-3.8.ebuild | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
deleted file mode 100644
index 81d334ae9a9e..000000000000
--- a/virtual/lapack/lapack-3.8.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="eselect-ldso"
-
-RDEPEND="
-	>=sci-libs/lapack-3.8.0[eselect-ldso?]
-	eselect-ldso? ( || (
-		>=sci-libs/lapack-3.8.0[eselect-ldso]
-		sci-libs/openblas[eselect-ldso] ) )
-"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2025-09-16 17:35 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2025-09-16 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ccdd634e6617793cc9279fc5fd401484defbb7b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 03:17:14 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 17:35:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccdd634e

virtual/lapack: Add index64 passthrough

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 virtual/lapack/lapack-3.10-r1.ebuild | 16 ++++++++++++++++
 virtual/lapack/metadata.xml          |  1 +
 2 files changed, 17 insertions(+)

diff --git a/virtual/lapack/lapack-3.10-r1.ebuild b/virtual/lapack/lapack-3.10-r1.ebuild
new file mode 100644
index 000000000000..4faa13205557
--- /dev/null
+++ b/virtual/lapack/lapack-3.10-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
+IUSE="eselect-ldso index64"
+
+RDEPEND="
+	>=sci-libs/lapack-3.10.0[eselect-ldso?,index64(-)?]
+	eselect-ldso? ( || (
+		>=sci-libs/lapack-3.10.0[eselect-ldso]
+		sci-libs/openblas[eselect-ldso] ) )
+"

diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
index e6d517932cad..2b87d529e9ba 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<use>
 		<flag name="eselect-ldso">Enable runtime library switching by eselect and ld.so.</flag>
+		<flag name="index64">Provide an ILP64 library in addition to LP64</flag>
 	</use>
 	<stabilize-allarches/>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2025-09-28 18:20 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2025-09-28 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     2b1d0cef000a58ebb741d3c17e0c2233f90790c0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 15:33:31 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 28 18:19:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1d0cef

virtual/lapack: Add flexiblas support

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 virtual/lapack/lapack-3.10-r1.ebuild | 21 +++++++++++++++------
 virtual/lapack/metadata.xml          |  1 +
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/virtual/lapack/lapack-3.10-r1.ebuild b/virtual/lapack/lapack-3.10-r1.ebuild
index 4faa13205557..223a0dae9796 100644
--- a/virtual/lapack/lapack-3.10-r1.ebuild
+++ b/virtual/lapack/lapack-3.10-r1.ebuild
@@ -1,16 +1,25 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+EAPI="8"
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
-IUSE="eselect-ldso index64"
+IUSE="eselect-ldso flexiblas index64"
+REQUIRED_USE="?? ( eselect-ldso flexiblas )"
 
 RDEPEND="
-	>=sci-libs/lapack-3.10.0[eselect-ldso?,index64(-)?]
-	eselect-ldso? ( || (
-		>=sci-libs/lapack-3.10.0[eselect-ldso]
-		sci-libs/openblas[eselect-ldso] ) )
+	flexiblas? (
+		sci-libs/flexiblas[system-blas(-),index64(-)?]
+	)
+	!flexiblas? (
+		>=sci-libs/lapack-3.10.0[eselect-ldso?,-flexiblas(-),index64(-)?]
+		eselect-ldso? (
+			|| (
+				>=sci-libs/lapack-3.10.0[eselect-ldso]
+				sci-libs/openblas[eselect-ldso]
+			)
+		)
+	)
 "

diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
index 2b87d529e9ba..660774543d29 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -7,6 +7,7 @@
 	</maintainer>
 	<use>
 		<flag name="eselect-ldso">Enable runtime library switching by eselect and ld.so.</flag>
+		<flag name="flexiblas">Use <pkg>sci-libs/flexiblas</pkg> as the provider.</flag>
 		<flag name="index64">Provide an ILP64 library in addition to LP64</flag>
 	</use>
 	<stabilize-allarches/>


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2025-09-29  9:06 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2025-09-29  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c87aa7b48d386173486b8ac4c26ded38e3c8939e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 09:04:06 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 29 09:06:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87aa7b4

virtual/lapack: Add an explicit dep on blas-lapack-aux-wrappers

Since sci-libs/blas-lapack-aux-wrappers are merely a PDEPEND
of sci-libs/flexiblas (due to circularity), add it an explicit RDEPEND
of the virtual as well, in order to enforce correct merge order.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 virtual/lapack/lapack-3.10-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.10-r1.ebuild b/virtual/lapack/lapack-3.10-r1.ebuild
index 223a0dae9796..914996506e80 100644
--- a/virtual/lapack/lapack-3.10-r1.ebuild
+++ b/virtual/lapack/lapack-3.10-r1.ebuild
@@ -6,12 +6,15 @@ EAPI="8"
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
-IUSE="eselect-ldso flexiblas index64"
+IUSE="elibc_glibc eselect-ldso flexiblas index64"
 REQUIRED_USE="?? ( eselect-ldso flexiblas )"
 
 RDEPEND="
 	flexiblas? (
 		sci-libs/flexiblas[system-blas(-),index64(-)?]
+		elibc_glibc? (
+			sci-libs/blas-lapack-aux-wrapper[index64?]
+		)
 	)
 	!flexiblas? (
 		>=sci-libs/lapack-3.10.0[eselect-ldso?,-flexiblas(-),index64(-)?]


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/
@ 2025-09-30 11:02 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2025-09-30 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d9ea4eda313e575527ab938720568ac006a19a51
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 30 10:58:51 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 30 11:02:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ea4eda

virtual/lapack: blas-lapack-aux-wrapper is used on non-glibc now

Remove the elibc_glibc restriction on sci-libs/blas-lapack-aux-wrapper.
No revbump, since this is only an ordering dependency for the first
install.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 virtual/lapack/lapack-3.10-r1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/virtual/lapack/lapack-3.10-r1.ebuild b/virtual/lapack/lapack-3.10-r1.ebuild
index 914996506e80..a19be324ee18 100644
--- a/virtual/lapack/lapack-3.10-r1.ebuild
+++ b/virtual/lapack/lapack-3.10-r1.ebuild
@@ -6,15 +6,13 @@ EAPI="8"
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
-IUSE="elibc_glibc eselect-ldso flexiblas index64"
+IUSE="eselect-ldso flexiblas index64"
 REQUIRED_USE="?? ( eselect-ldso flexiblas )"
 
 RDEPEND="
 	flexiblas? (
 		sci-libs/flexiblas[system-blas(-),index64(-)?]
-		elibc_glibc? (
-			sci-libs/blas-lapack-aux-wrapper[index64?]
-		)
+		sci-libs/blas-lapack-aux-wrapper[index64?]
 	)
 	!flexiblas? (
 		>=sci-libs/lapack-3.10.0[eselect-ldso?,-flexiblas(-),index64(-)?]


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

end of thread, other threads:[~2025-09-30 11:03 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16 17:35 [gentoo-commits] repo/gentoo:master commit in: virtual/lapack/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2025-09-30 11:02 Michał Górny
2025-09-29  9:06 Michał Górny
2025-09-28 18:20 Michał Górny
2025-09-14  3:16 Michał Górny
2023-06-03 11:15 Arthur Zamarin
2022-05-14  3:42 WANG Xuerui
2021-12-03  0:54 Sam James
2021-07-01 22:41 Marek Szuba
2020-12-21 23:46 Sam James
2020-06-01 19:52 Sergei Trofimovich
2020-05-20  6:25 Agostino Sarubbo
2019-12-24 20:03 Mikle Kolyada
2019-12-01 14:01 Sergei Trofimovich
2019-11-24  4:24 Aaron Bauman
2019-11-15 12:47 Agostino Sarubbo
2019-11-01 11:14 Mikle Kolyada
2019-10-31 23:50 Thomas Deutschmann
2019-07-20 14:42 Benda XU
2019-05-16 19:30 Aaron Bauman
2017-06-26 12:48 Alexis Ballier
2017-03-19 16:54 David Seifert
2017-02-03  3:02 Matthias Maier
2016-09-30  4:20 Matthias Maier

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