public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/lapacke/
@ 2020-11-03  7:18 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-11-03  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8ea049d9fe0a73931e892fb1dc6f1c329f136939
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 07:18:00 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 07:18:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea049d9

virtual/lapacke: amend addition of openblas

These virtuals are actually flawed but I'd prefer
to keep the issues consistent by matching virtual/lapack
here.

There are plans to improve the handling of lapack and friends
in Gentoo but for now, let's just be consistent to ensure
that adding openblas here doesn't cause any problems.

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

 virtual/lapacke/{lapacke-3.8.ebuild => lapacke-3.8-r1.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
similarity index 68%
rename from virtual/lapacke/lapacke-3.8.ebuild
rename to virtual/lapacke/lapacke-3.8-r1.ebuild
index 60f9091ac5b..2529e268032 100644
--- a/virtual/lapacke/lapacke-3.8.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -9,9 +9,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a
 IUSE="eselect-ldso"
 
 RDEPEND="
-	|| (
-		>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
-		>=sci-libs/openblas-0.3.10[eselect-ldso?]
-	)
+	>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
+	eselect-ldso? ( || (
+		>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso]
+		>=sci-libs/openblas-0.3.10[eselect-ldso]
+	) )
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapacke/
@ 2020-11-03  7:18 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-11-03  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     41748611705de3c85338e2bfc6c61aabf4aed2fb
Author:     Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com>
AuthorDate: Sun Oct 18 14:45:00 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 07:18:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41748611

virtual/lapacke: add sci-libs/openblas as an alternative

The current sci-libs/openblas versions come with an implementation
for lapacke API, therefore adding it as a conditional dep for virtual/lapacke.

Bug: https://bugs.gentoo.org/700176
Bug: https://bugs.gentoo.org/749921
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ross Charles Campbell <rossbridger.cc <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/lapacke/lapacke-3.8.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8.ebuild
index 2d42bfde092..60f9091ac5b 100644
--- a/virtual/lapacke/lapacke-3.8.ebuild
+++ b/virtual/lapacke/lapacke-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -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[lapacke,eselect-ldso?]
+	|| (
+		>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
+		>=sci-libs/openblas-0.3.10[eselect-ldso?]
+	)
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapacke/
@ 2020-11-11  4:31 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-11-11  4:31 UTC (permalink / raw
  To: gentoo-commits

commit:     83b022d11b533f7e6d8946b852b0d6d70c86b4ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 04:30:37 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 04:30:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b022d1

virtual/lapacke: Stabilize 3.8-r1 arm64, #746596

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index 2529e268032..6efcb344c26 100644
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for LAPACK C 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] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapacke/
@ 2020-11-11 15:38 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-11-11 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fa9bdbc41c9f7edb005d3afa0516a6bbb66cef8f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 15:37:38 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 15:37:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9bdbc4

virtual/lapacke: Stabilize 3.8-r1 amd64, #746596

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index 6efcb344c26..b02ba79c7da 100644
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for LAPACK C 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] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapacke/
@ 2020-11-12 15:27 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2020-11-12 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e9e6ab3f93db3cf3c64c6246a5be4e3de0c90b8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 15:26:34 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 15:27:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e6ab3f

virtual/lapacke: Stabilize 3.8-r1 x86, #746596

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index b02ba79c7da..d5c1492a82f 100644
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for LAPACK C 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] 10+ messages in thread

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

commit:     68b3739216b6f14691c650ce3911c7382c2de552
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 23:43:18 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=68b37392

virtual/lapacke: fix MissingVirtualKeywords

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

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

diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index d5c1492a82f..8ce668d1674 100644
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for LAPACK C 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] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/lapacke/
@ 2021-08-10 13:04 Marek Szuba
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2021-08-10 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     30a62b15c7845d34da823ec4eaafeacc82192993
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 13:03:44 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 13:04:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a62b15

virtual/lapacke: keyword 3.8-r1 for ~riscv

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

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

diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index 2c7dd272ac7..19c52014ef5 100644
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for LAPACK C 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] 10+ messages in thread

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

commit:     6823f609815eff838a0b5595379db3a33b9db0d3
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 03:43:36 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat May 14 03:43:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6823f609

virtual/lapacke: keyword 3.8-r1 for ~loong

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

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

diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index 19c52014ef5c..6128e6bf3b33 100644
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.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 LAPACK C 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] 10+ messages in thread

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

commit:     ff9afd6079393ce466d3c86241294a648dfea07d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 16:13:44 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=ff9afd60

virtual/lapacke: destabilize for ~ppc

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

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

diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index 6128e6bf3b33..bea5ccb6d488 100644
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.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 LAPACK C 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] 10+ messages in thread

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

commit:     11f71a524bc3395adc37fb024eedfa14a53ccbeb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 14:56:42 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 14:50:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f71a52

virtual/lapacke: destabilize for ~x86

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

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

diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
index bea5ccb6d488..7cd98e6da323 100644
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for LAPACK C 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] 10+ messages in thread

end of thread, other threads:[~2023-06-09 15:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03  7:18 [gentoo-commits] repo/gentoo:master commit in: virtual/lapacke/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2020-11-03  7:18 Sam James
2020-11-11  4:31 Sam James
2020-11-11 15:38 Sam James
2020-11-12 15:27 Sam James
2020-12-21 23:46 Sam James
2021-08-10 13:04 Marek Szuba
2022-05-14  3:44 WANG Xuerui
2023-06-03 11:15 Arthur Zamarin
2023-06-09 15:06 Arthur Zamarin

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