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

(-)hpl-2.0-r1.ebuild (-1 / +1 lines)
Lines 31-37 Link Here
31
		-e "/^LAlib\>/s,= .*,= $(pkg-config --libs-only-l blas lapack)," \
31
		-e "/^LAlib\>/s,= .*,= $(pkg-config --libs-only-l blas lapack)," \
32
		-e "/^LINKER\>/s,= .*,= ${mpicc_path}," \
32
		-e "/^LINKER\>/s,= .*,= ${mpicc_path}," \
33
		-e "/^CC\>/s,= .*,= ${mpicc_path}," \
33
		-e "/^CC\>/s,= .*,= ${mpicc_path}," \
34
		-e "/^LINKFLAGS\>/s|= .*|= ${LDFLAGS}|" \
34
		-e "/^LINKFLAGS\>/s|= .*|= ${LDFLAGS} $(pkg-config --libs-only-L blas lapack)|" \
35
		Make.gentoo_hpl_fblas_x86 || die
35
		Make.gentoo_hpl_fblas_x86 || die
36
}
36
}
37
37

Return to bug 400785