public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/arm64/, profiles/arch/amd64/, ...
@ 2025-09-12 16:15 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2025-09-12 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     bb4c79869a02d6a39ca080c10886970a3bf881a3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 12 16:14:00 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 12 16:15:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4c7986

profiles/arch: Add masks for sci-libs/flexiblas provider flags

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

 profiles/arch/amd64/package.use.mask         | 4 ++++
 profiles/arch/arm/package.use.mask           | 4 ++++
 profiles/arch/arm64/package.use.mask         | 4 ++++
 profiles/arch/base/package.use.mask          | 4 ++++
 profiles/arch/loong/package.use.mask         | 4 ++++
 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++
 profiles/arch/riscv/package.use.mask         | 4 ++++
 profiles/arch/x86/package.use.mask           | 4 ++++
 8 files changed, 32 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index a608eebb9cda..4405bec8231a 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny <mgorny@gentoo.org> (2025-09-12)
+# These BLAS/LAPACK providers are keyworded here.
+sci-libs/flexiblas -blis -mkl -openblas
+
 # Christopher Byrne <salah.coronya@gmail.com> (2025-09-01)
 # net-emulation/libvirt is only keyworded on amd64 at this time
 sys-block/nbdkit -libguestfs

diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index 7457eaa0415c..4540152e7d1b 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2025-09-12)
+# These BLAS/LAPACK providers are keyworded here.
+sci-libs/flexiblas -openblas
+
 # Sam James <sam@gentoo.org> (2025-08-29)
 # net-misc/passt not yet keyworded here
 app-emulation/qemu passt

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 8acfce08f34c..280e5ca781b4 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2025-09-12)
+# These BLAS/LAPACK providers are keyworded here.
+sci-libs/flexiblas -blis -openblas
+
 # Andreas Sturmlechner <asturm@gentoo.org> (2025-08-16)
 # dev-games/ogre is not keyworded here
 >=dev-games/mygui-3.4.1 ogre

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index dad9c1dd7167..0e0d1c34bdf3 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2025-09-12)
+# Other BLAS/LAPACK providers are not keyworded everywhere.
+sci-libs/flexiblas blis mkl openblas
+
 # Christopher Byrne <salah.coronya@gmail.com> (2025-09-01)
 # net-emulation/libvirt is only keyworded on amd64 at this time
 sys-block/nbdkit libguestfs

diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask
index cb10afaf551d..d0acaf72f4a5 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2025-09-12)
+# These BLAS/LAPACK providers are keyworded here.
+sci-libs/flexiblas -openblas
+
 # Eli Schwartz <eschwartz@gentoo.org> (2025-09-05)
 # dev-python/sphinx-tabs is not keyworded.
 dev-python/anyio doc

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
index 77ec1ec483b9..8b843d1f211a 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2025-09-12)
+# These BLAS/LAPACK providers are keyworded here.
+sci-libs/flexiblas -blis
+
 # Sam James <sam@gentoo.org> (2025-08-29)
 # net-misc/passt not yet keyworded here
 app-emulation/qemu passt

diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index ce67b46c3eba..1b99d7eab98a 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2025-09-12)
+# These BLAS/LAPACK providers are keyworded here.
+sci-libs/flexiblas -openblas
+
 # Alfred Wingate <parona@protonmail.com> (2025-07-31)
 # mongodb not keyworded here
 sci-libs/gdal mongodb

diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 199343abd9f4..ee6529d70389 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (2025-09-12)
+# These BLAS/LAPACK providers are keyworded here.
+sci-libs/flexiblas -blis -openblas
+
 # Sam James <sam@gentoo.org> (2025-08-29)
 # net-misc/passt not yet keyworded here
 app-emulation/qemu passt


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-12 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-12 16:15 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/arm64/, profiles/arch/amd64/, Michał Górny

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