View | Details | Raw Unified
Collapse All | Expand All

(-) gentoo-development/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.0-r1.ebuild (-2 / +3 lines)
 Lines 81-88    Link Here 
	if use ifc; then
	if use ifc; then
		# Intel portability library that provides the etime function
		# Intel portability library that provides the etime function
		${FC} -shared ${FFLAGS} *.lo ${DEP_LIBS} -Wl,-soname \
		libtool --tag=F77 --mode=link ${FC} -shared ${FFLAGS} *.lo \
			-Wl,liblapack.so.0 -o liblapack.so.0.0.0 -Vaxlib || die
			${DEP_LIBS} -Wl,-soname -Wl,liblapack.so.0 \
			-o liblapack.so.0.0.0 -Vaxlib || die
		ar cru liblapack.a *.o || die
		ar cru liblapack.a *.o || die
		ranlib liblapack.a || die
		ranlib liblapack.a || die
	else
	else