mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
sci-libs/jdqz: other fixes
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -27,13 +27,9 @@ BDEPEND="doc? ( dev-texlive/texlive-latex )"
|
||||
PATCHES=( "${FILESDIR}/makefile.patch" )
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_prepare() {
|
||||
local pkgc="$(tc-getPKG_CONFIG)"
|
||||
append-fflags "$(${pkgc} --libs blas) $({pkgc} --libs lapack)"
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local pkgc="$(tc-getPKG_CONFIG)"
|
||||
append-fflags "$(${pkgc} --libs blas) $(${pkgc} --libs lapack)"
|
||||
if use doc; then
|
||||
pdflatex manual.tex || die
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user