sys-libs/libomp: Remove unused LIBOMPTARGET_LIBDIR_SUFFIX
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Nov 2017 15:55:00 +0000 (16:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Nov 2017 16:01:03 +0000 (17:01 +0100)
Upstream has disabled building libomptarget for now, so remove
the related LIBOMPTARGET_LIBDIR_SUFFIX variable.

sys-libs/libomp/libomp-5.0.0.ebuild
sys-libs/libomp/libomp-5.0.9999.ebuild
sys-libs/libomp/libomp-9999.ebuild

index 633709ec57d9dd741825ffee3cd1506f37eea22a..7b723ea293a9a360f568158d58573f76f32ff967 100644 (file)
@@ -53,7 +53,6 @@ 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
index 086e4db0217d2ee6e823fd847bbea0ef747e1ed7..dbbe22181596d083f58beabb1faf76b9e9d8b936 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -54,7 +54,6 @@ 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
index 2235d0cc45f05166bc607c8e7bca40a02c80492d..e6ea0dae13e227a8d0afa1b18a92900f5a980e78 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -53,7 +53,6 @@ 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