View | Details | Raw Unified
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 
	if use ifc; then
	if use ifc; then
		ifc_info
		ifc_info
		make static FC="ifc" FFLAGS="${IFCFLAGS}" || die
		make static FC="ifc" FFLAGS="${IFCFLAGS}" || die
		ifc -shared ${IFCFLAGS} -Wl,-soname,libblas.so.0 \
		# use libtool to link shared library
		libtool --tag=F77 --mode=link ifc -shared ${IFCFLAGS} -Wl,-soname,libblas.so.0 \
			-o libblas.so.0.0.0 *.lo || die
			-o libblas.so.0.0.0 *.lo || die
	else
	else
		# libg2c is required to link to libblas.so using ifc:
		# libg2c is required to link to libblas.so using ifc: