diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-28 14:59:09 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-28 14:59:09 +0200 |
commit | a935ee0e744d5788c218cd332a1d3f52a36e29e8 (patch) | |
tree | e0f8a3cf42636339b31333bffc816c7cbbe55c58 /sci-libs | |
parent | sci-libs/Mutationpp: enable py3.10 (diff) | |
download | guru-a935ee0e744d5788c218cd332a1d3f52a36e29e8.tar.gz guru-a935ee0e744d5788c218cd332a1d3f52a36e29e8.tar.bz2 guru-a935ee0e744d5788c218cd332a1d3f52a36e29e8.zip |
sci-libs/jdqz: other fixes
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild b/sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild index 48747a45a..515cb909d 100644 --- a/sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild +++ b/sci-libs/jdqz/jdqz-0_pre19971107-r4.ebuild @@ -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 |