Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267275
Collapse All | Expand All

(-)sci-libs/fftw/fftw-3.2.1.ebuild (-1 / +2 lines)
Lines 22-28 Link Here
22
		FFTW_THREADS="--enable-threads --disable-openmp"
22
		FFTW_THREADS="--enable-threads --disable-openmp"
23
	fi
23
	fi
24
	if use openmp &&
24
	if use openmp &&
25
		[[ $(tc-getCC)$ == *gcc* ]] &&
25
		[[ $(tc-getCC)$ == *gcc* ]] && 
26
		[[ $(tc-getCC)$ != *apple* ]] &&
26
		( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
27
		( [[ $(gcc-major-version)$(gcc-minor-version) -lt 42 ]] ||
27
			! built_with_use sys-devel/gcc openmp )
28
			! built_with_use sys-devel/gcc openmp )
28
	then
29
	then

Return to bug 267275