commit:     51091632d3f57de0fe67b46049429ed92bc2af1e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 15:24:57 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 15:25:15 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51091632

llvm-runtimes/openmp-nvptx64: Remove .orig files

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

 .../openmp-nvptx64-22.1.0-r1.ebuild.orig           | 44 ----------------------
 .../openmp-nvptx64-22.1.1.ebuild.orig              | 44 ----------------------
 2 files changed, 88 deletions(-)

diff --git a/llvm-runtimes/openmp-nvptx64/openmp-nvptx64-22.1.0-r1.ebuild.orig 
b/llvm-runtimes/openmp-nvptx64/openmp-nvptx64-22.1.0-r1.ebuild.orig
deleted file mode 100644
index 3dc9044f455e..000000000000
--- a/llvm-runtimes/openmp-nvptx64/openmp-nvptx64-22.1.0-r1.ebuild.orig
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-inherit cmake flag-o-matic llvm.org
-
-DESCRIPTION="OpenMP target library for nvptx64 devices"
-HOMEPAGE="https://openmp.llvm.org";
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0/${LLVM_SOABI}"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       !<llvm-runtimes/offload-22[llvm_targets_NVPTX(-)]
-"
-BDEPEND="
-       llvm-core/clang:${LLVM_MAJOR}[llvm_targets_NVPTX]
-       llvm-core/lld:${LLVM_MAJOR}[llvm_targets_NVPTX]
-"
-
-LLVM_COMPONENTS=(
-       runtimes openmp cmake llvm/{cmake,utils/llvm-lit} libc/shared
-       offload/include
-)
-llvm.org_set_globals
-
-src_configure() {
-       local -x CC=${CHOST}-clang-${LLVM_MAJOR}
-       local -x CXX=${CHOST}-clang++-${LLVM_MAJOR}
-       local triple=nvptx64-nvidia-cuda
-       filter-flags '-m*'
-       strip-unsupported-flags
-
-       local mycmakeargs=(
-               -DLLVM_DEFAULT_TARGET_TRIPLE=${triple}
-               -DLLVM_ENABLE_RUNTIMES=openmp
-               -DOPENMP_STANDALONE_BUILD=ON
-               -DOPENMP_INSTALL_LIBDIR="$(get_libdir)/${triple}"
-       )
-       cmake_src_configure
-}

diff --git a/llvm-runtimes/openmp-nvptx64/openmp-nvptx64-22.1.1.ebuild.orig 
b/llvm-runtimes/openmp-nvptx64/openmp-nvptx64-22.1.1.ebuild.orig
deleted file mode 100644
index 3dc9044f455e..000000000000
--- a/llvm-runtimes/openmp-nvptx64/openmp-nvptx64-22.1.1.ebuild.orig
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-inherit cmake flag-o-matic llvm.org
-
-DESCRIPTION="OpenMP target library for nvptx64 devices"
-HOMEPAGE="https://openmp.llvm.org";
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0/${LLVM_SOABI}"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       !<llvm-runtimes/offload-22[llvm_targets_NVPTX(-)]
-"
-BDEPEND="
-       llvm-core/clang:${LLVM_MAJOR}[llvm_targets_NVPTX]
-       llvm-core/lld:${LLVM_MAJOR}[llvm_targets_NVPTX]
-"
-
-LLVM_COMPONENTS=(
-       runtimes openmp cmake llvm/{cmake,utils/llvm-lit} libc/shared
-       offload/include
-)
-llvm.org_set_globals
-
-src_configure() {
-       local -x CC=${CHOST}-clang-${LLVM_MAJOR}
-       local -x CXX=${CHOST}-clang++-${LLVM_MAJOR}
-       local triple=nvptx64-nvidia-cuda
-       filter-flags '-m*'
-       strip-unsupported-flags
-
-       local mycmakeargs=(
-               -DLLVM_DEFAULT_TARGET_TRIPLE=${triple}
-               -DLLVM_ENABLE_RUNTIMES=openmp
-               -DOPENMP_STANDALONE_BUILD=ON
-               -DOPENMP_INSTALL_LIBDIR="$(get_libdir)/${triple}"
-       )
-       cmake_src_configure
-}

Reply via email to