diff options
author | 2023-01-24 14:32:23 +0100 | |
---|---|---|
committer | 2023-01-24 14:34:41 +0100 | |
commit | 9c83204e00d22cf722e9e4ef72a92fb7ff7868d9 (patch) | |
tree | a47cf38622b62aeedfa9b3b6f0498bd209d35076 /profiles | |
parent | sys-libs/libomp: Stop enabling libomptarget on 32-bit arches in 16.x (diff) | |
download | gentoo-9c83204e00d22cf722e9e4ef72a92fb7ff7868d9.tar.gz gentoo-9c83204e00d22cf722e9e4ef72a92fb7ff7868d9.tar.bz2 gentoo-9c83204e00d22cf722e9e4ef72a92fb7ff7868d9.zip |
profiles/arch: Mask sys-libs/libomp[offload] on 32-bit arches
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/package.use.mask | 6 |
4 files changed, 20 insertions, 4 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index b0e7ddb895b8..7e4569ff152b 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2023-01-24) +# libomptarget is only supported on 64-bit architectures. +>=sys-libs/libomp-16.0.0_pre20230124 -offload + # Sam James <sam@gentoo.org> (2023-01-05) # asm is only available for amd64 and arm, but for arm, is gated # behind an experimental flag. diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index de330c657d1b..16a1ee4116bc 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2023-01-24) +# libomptarget is only supported on 64-bit architectures. +>=sys-libs/libomp-16.0.0_pre20230124 -offload + # Florian Schmaus <flow@gentoo.org> (2022-11-23) # avoid larger deptree, bug #882593 dev-python/bracex doc diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index fd4c6198dddb..576802f39c95 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2023-01-24) +# libomptarget is only supported on 64-bit architectures. +>=sys-libs/libomp-16.0.0_pre20230124 offload + # Sam James <sam@gentoo.org> (2023-01-05) # asm is only available for amd64 and arm, but for arm, is gated # behind an experimental flag. diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index ef0c262fbba1..37ba660a0017 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2023-01-24) +# libomptarget is only supported on 64-bit architectures. +>=sys-libs/libomp-16.0.0_pre20230124 -offload + # Sam James <sam@gentoo.org> (2022-10-13) # Causes segfaults, bug #871921 sci-libs/symengine tcmalloc |