commit: 734f01cfa0151acd1b36251376fed998bd89f253
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 14:50:59 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 14:53:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734f01cf
llvm-runtimes/openmp: Switch to the runtimes build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild
b/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild
index f8879c485d45..660381879538 100644
--- a/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild
+++ b/llvm-runtimes/openmp/openmp-22.0.0.9999.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
)
"
-LLVM_COMPONENTS=( openmp cmake llvm/include )
+LLVM_COMPONENTS=( runtimes openmp cmake llvm/{cmake,include,utils/llvm-lit} )
llvm.org_set_globals
pkg_setup() {
@@ -57,6 +57,8 @@ multilib_src_configure() {
local libdir="$(get_libdir)"
local mycmakeargs=(
+ -DLLVM_ENABLE_RUNTIMES=openmp
+ -DOPENMP_STANDALONE_BUILD=ON
-DOPENMP_LIBDIR_SUFFIX="${libdir#lib}"
-DLIBOMP_USE_HWLOC=$(usex hwloc)