mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
llvm-runtimes/openmp: Switch to the runtimes build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user