projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8f60e
)
sys-libs/libomp: Restore libomptarget options for -9999
author
Michał Górny
<mgorny@gentoo.org>
Wed, 22 Nov 2017 18:07:48 +0000
(19:07 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 22 Nov 2017 18:23:11 +0000
(19:23 +0100)
The libomptarget library build has been reenabled upstream, so restore
the necessary LIBOMPTARGET_LIBDIR_SUFFIX option.
sys-libs/libomp/libomp-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libomp/libomp-9999.ebuild
b/sys-libs/libomp/libomp-9999.ebuild
index e6ea0dae13e227a8d0afa1b18a92900f5a980e78..d62e8ac7000c2599bcf368d4a1f73d503d232508 100644
(file)
--- a/
sys-libs/libomp/libomp-9999.ebuild
+++ b/
sys-libs/libomp/libomp-9999.ebuild
@@
-53,6
+53,8
@@
multilib_src_configure() {
local libdir="$(get_libdir)"
local mycmakeargs=(
-DLIBOMP_LIBDIR_SUFFIX="${libdir#lib}"
+ -DLIBOMPTARGET_LIBDIR_SUFFIX="${libdir#lib}"
+
-DLIBOMP_USE_HWLOC=$(usex hwloc)
-DLIBOMP_OMPT_SUPPORT=$(usex ompt)
# do not install libgomp.so & libiomp5.so aliases