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

(-)sci-libs/lapack-reference/lapack-reference-3.1.1-r1.ebuild (-1 / +2 lines)
Lines 55-63 Link Here
55
55
56
src_compile() {
56
src_compile() {
57
	econf \
57
	econf \
58
		--libdir="/usr/$(get_libdir)/lapack/reference" \
58
		--libdir="${EPREFIX}/usr/$(get_libdir)/lapack/reference" \
59
		--with-blas="$(pkg-config --libs blas)" \
59
		--with-blas="$(pkg-config --libs blas)" \
60
		|| die "econf failed"
60
		|| die "econf failed"
61
61
	emake || die "emake failed"
62
	emake || die "emake failed"
62
}
63
}
63
64

Return to bug 267277