Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 929098 | Differences between
and this patch

Collapse All | Expand All

(-)a/spqr-2.0.9-r4.ebuild (-1 / +2 lines)
Lines 15-21 Link Here
15
IUSE="doc partition tbb"
15
IUSE="doc partition tbb"
16
16
17
BDEPEND="virtual/pkgconfig
17
BDEPEND="virtual/pkgconfig
18
	doc? ( virtual/latex-base )"
18
	doc? ( virtual/latex-base dev-tex/latex2html )"
19
# We require the cholmod supernodal module that is enabled with
19
# We require the cholmod supernodal module that is enabled with
20
# USE=lapack, and cholmod has to have partition support if spqr is going
20
# USE=lapack, and cholmod has to have partition support if spqr is going
21
# to have it (the ./configure script for spqr checks this). Note that
21
# to have it (the ./configure script for spqr checks this). Note that
Lines 27-32 Link Here
27
	tbb? ( <dev-cpp/tbb-2021:= )"
27
	tbb? ( <dev-cpp/tbb-2021:= )"
28
RDEPEND="${DEPEND}"
28
RDEPEND="${DEPEND}"
29
29
30
PATCHES=( "${FILESDIR}"/${PN}-latex.patch )
30
src_prepare() {
31
src_prepare() {
31
	default
32
	default
32
	elibtoolize
33
	elibtoolize

Return to bug 929098