summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-10-15 17:11:22 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-10-15 17:11:22 +0000
commitc0aaecef0b30d86e556a4b4cf4816dd44dd6cc20 (patch)
tree5eb21e8ce86ef220c15ec60552b57e89da9109a6 /sci-libs/fftw/fftw-3.2.2.ebuild
parentVersion bump, bug 289190. (diff)
downloadgentoo-2-c0aaecef0b30d86e556a4b4cf4816dd44dd6cc20.tar.gz
gentoo-2-c0aaecef0b30d86e556a4b4cf4816dd44dd6cc20.tar.bz2
gentoo-2-c0aaecef0b30d86e556a4b4cf4816dd44dd6cc20.zip
Removed old and filter as-needed when building with Intel compilers
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/fftw/fftw-3.2.2.ebuild')
-rw-r--r--sci-libs/fftw/fftw-3.2.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.2.2.ebuild b/sci-libs/fftw/fftw-3.2.2.ebuild
index 876b72f60bb5..e2d4e5d57c27 100644
--- a/sci-libs/fftw/fftw-3.2.2.ebuild
+++ b/sci-libs/fftw/fftw-3.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.8 2009/10/11 16:01:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.9 2009/10/15 17:11:21 bicatali Exp $
EAPI=2
inherit flag-o-matic eutils toolchain-funcs autotools
@@ -34,6 +34,7 @@ pkg_setup() {
FFTW_THREADS="--enable-threads --disable-openmp"
fi
FFTW_DIRS="single double longdouble"
+ use openmp && [[ $(tc-getCC)$ == icc* ]] && no-as-needed
}
src_prepare() {