commit: 146afb1ed27c9261513f95f8a3faed952447dd8f Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Fri Nov 17 16:22:08 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 11:51:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146afb1e
profiles: allow USE=hip only on amd64 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33874 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/use.mask | 4 ++++ profiles/arch/amd64/use.stable.mask | 4 ++++ profiles/arch/base/use.mask | 3 +++ 3 files changed, 11 insertions(+) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 3e17c184e946..048f26b5883f 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -amd64 +# Paul Zander <[email protected]> (2023-11-17) +# ROCm/HIP works here +-hip + # Andrew Ammerlaan <[email protected]> (2023-07-11) # Unmask secureboot flag on arches where sbsigntools is keyworded -secureboot diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index dc93eb4e00b2..5f97cbc0e630 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Paul Zander <[email protected]> (2023-11-17) +# ROCm/HIP is not suitable for stabilization. +hip + # Jimi Huotari <[email protected]> (2023-03-03) # Mask until stable. pyside6 diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index fea25523e4a2..216f30b7336f 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -37,6 +37,9 @@ oci8 cuda nvenc +# ROCm/HIP only works on amd64 +hip + # masking here, and unmasking in arch/x86/use.mask vidix
