From dd68af9139cfb2a6c0a5a1df730c480b6f8197f8 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 22 Jul 2016 02:18:51 +0200 Subject: [PATCH] sci-libs/fftw: Don't check for openmp toolchain when installing a binpkg. Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler --- sci-libs/fftw/fftw-3.3.4.ebuild | 5 ++--- sci-libs/fftw/fftw-9999.ebuild | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sci-libs/fftw/fftw-3.3.4.ebuild b/sci-libs/fftw/fftw-3.3.4.ebuild index c0e4b6f4a207..a1e5ebf30b32 100644 --- a/sci-libs/fftw/fftw-3.3.4.ebuild +++ b/sci-libs/fftw/fftw-3.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,8 +33,7 @@ DEPEND="${RDEPEND} test? ( dev-lang/perl )" pkg_setup() { - # XXX: this looks like it should be used with BUILD_TYPE!=binary - if use openmp; then + if [[ ${MERGE_TYPE} != binary ]] && use openmp; then if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then ewarn "OpenMP is not available in your current selected gcc" die "need openmp capable gcc" diff --git a/sci-libs/fftw/fftw-9999.ebuild b/sci-libs/fftw/fftw-9999.ebuild index 1b2fc028af04..ec07ce4c95d3 100644 --- a/sci-libs/fftw/fftw-9999.ebuild +++ b/sci-libs/fftw/fftw-9999.ebuild @@ -38,9 +38,7 @@ MULTILIB_WRAPPED_HEADERS=( ) pkg_setup() { - # XXX: this looks like it should be used with BUILD_TYPE!=binary - - if use openmp; then + if [[ ${MERGE_TYPE} != binary ]] && use openmp; then if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then ewarn "OpenMP is not available in your current selected gcc" die "need openmp capable gcc" -- 2.26.2