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/x86/, profiles/arch/arm64/
@ 2022-09-15 10:46 Alexey Shvetsov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2022-09-15 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9c734b9dbcad3b07bd18968c8833419240d754a8
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 10:45:33 2022 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 10:45:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c734b9d

profiles/arch: mask nvml use flag for slurm on arm64 riscv x86

Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

 profiles/arch/arm64/package.use.mask | 4 ++++
 profiles/arch/riscv/package.use.mask | 4 ++++
 profiles/arch/x86/package.use.mask   | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index c4b8e0b8d348..003ac09dd1dd 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Alexey Shvetsov <alexxy@gentoo.org> (2022-09-15)
+# Mask nvml use flag for slurm
+sys-cluster/slurm nvml
+
 # Sam James <sam@gentoo.org> (2022-07-08)
 # Unmask galera for dev-db/mariadb
 >=dev-db/mariadb-10.1.0 -galera

diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index ca7f11109878..14469c1b1754 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Alexey Shvetsov <alexxy@gentoo.org> (2022-09-15)
+# Mask nvml use flag for slurm
+sys-cluster/slurm nvml
+
 # Jakov Smolić <jsmolic@gentoo.org> (2022-09-07)
 # Unkeyworded dependencies (xen-tools, aws stack), masking to reduce
 # the dependency graph

diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index cf063345434c..9799b25a0add 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Alexey Shvetsov <alexxy@gentoo.org> (2022-09-15)
+# Mask nvml use flag for slurm
+sys-cluster/slurm nvml
+
 # Alfredo Tupone <tupone@gentoo.org> (2022-08-30)
 # ada bootstrap currently only available on amd64/x86
 sys-devel/gcc -ada


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/x86/, profiles/arch/arm64/
@ 2024-10-18 13:47 Benda XU
  0 siblings, 0 replies; 2+ messages in thread
From: Benda XU @ 2024-10-18 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     56837288392be69009b2234ca72b441e54c5efb0
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 12:45:48 2024 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 13:37:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56837288

profiles/arch: mask nvml and ucx USE flags on arm64, riscv and x86.

Their dependencies could not be satisfied.

Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 profiles/arch/arm64/package.use.mask | 4 ++++
 profiles/arch/riscv/package.use.mask | 4 ++++
 profiles/arch/x86/package.use.mask   | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 9ba62b666da7..1a503f56d028 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Benda Xu <heroxbd@gentoo.org> (2024-10-10)
+# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on arm64
+sys-cluster/slurm nvml ucx
+
 # orbea <orbea@riseup.net> (2024-07-19)
 # Unmask the dynarec flag which has arm64 asm.
 games-emulation/rmg -dynarec

diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index abaf3ff99bf4..2e47c70d8f4f 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Benda Xu <heroxbd@gentoo.org> (2024-10-10)
+# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on riscv
+sys-cluster/slurm nvml ucx
+
 # David Roman <davidroman96@gmail.com> (2024-10-04)
 # dev-libs/libunibreak not keyworded here
 media-libs/libass libunibreak

diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 5054b5dea2ef..56f98be6130e 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -18,6 +18,10 @@ net-misc/plowshare javascript
 sci-astronomy/cpl gasgano
 sci-libs/gdal java
 
+# Benda Xu <heroxbd@gentoo.org> (2024-10-10)
+# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on x86
+sys-cluster/slurm nvml ucx
+
 # Patrick McLean <chutzpah@gentoo.org> (2024-09-23)
 # Only supported on x86/amd64 (bug #940014).
 net-misc/lldpd -seccomp


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

end of thread, other threads:[~2024-10-18 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-15 10:46 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/x86/, profiles/arch/arm64/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2024-10-18 13:47 Benda XU

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