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

(-)/home/markus/gentoo-development/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131-r2.ebuild (-1 / +3 lines)
Lines 60-66 Link Here
60
	if use ifc; then
60
	if use ifc; then
61
		ifc_info
61
		ifc_info
62
		make static FC="ifc" FFLAGS="${IFCFLAGS}" || die
62
		make static FC="ifc" FFLAGS="${IFCFLAGS}" || die
63
		ifc -shared ${IFCFLAGS} -Wl,-soname,libblas.so.0 \
63
64
		# use libtool to link shared library
65
		libtool --tag=F77 --mode=link ifc -shared ${IFCFLAGS} -Wl,-soname,libblas.so.0 \
64
			-o libblas.so.0.0.0 *.lo || die
66
			-o libblas.so.0.0.0 *.lo || die
65
	else
67
	else
66
		# libg2c is required to link to libblas.so using ifc:
68
		# libg2c is required to link to libblas.so using ifc:

Return to bug 112390