From be23ef27bb0052d569e07b2df063f2db6fa5719e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 12 Jan 2017 11:56:45 +0100 Subject: [PATCH] sys-libs/libomp: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo --- sys-libs/libomp/libomp-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index a61c877c62d5..39bed8fc832e 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -5,6 +5,8 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} +# (needed due to CMAKE_BUILD_TYPE != Gentoo) +CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python2_7 ) inherit cmake-multilib git-r3 python-any-r1 @@ -37,6 +39,9 @@ DEPEND="${RDEPEND} >=sys-devel/clang-3.9.0 )" +# least intrusive of all +CMAKE_BUILD_TYPE=RelWithDebInfo + python_check_deps() { has_version "dev-python/lit[${PYTHON_USEDEP}]" } -- 2.26.2