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

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- numpy-1.5.0.ebuild
0
++ numpy-1.5.0.ebuild
Lines 47-53 Link Here
47
	[[ -z ${FC} ]] && FC=$(tc-getFC)
47
	[[ -z ${FC} ]] && FC=$(tc-getFC)
48
	# when fortran flags are set, pic is removed.
48
	# when fortran flags are set, pic is removed.
49
	FFLAGS="${FFLAGS} -fPIC"
49
	FFLAGS="${FFLAGS} -fPIC"
50
	export NUMPY_FCONFIG="config_fc --noopt --noarch"
50
	NUMPY_FCONFIG="config_fc --noopt --noarch"
51
	# workaround bug 335908
52
	[[ ${FC} == *gfortran* ]] && NUMPY_FCONFIG="${NUMPY_FCONFIG} --fcompiler=gnu95"
53
	export NUMPY_FCONFIG
51
}
54
}
52
55
53
src_unpack() {
56
src_unpack() {

Return to bug 335908