From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/jdqz/
Date: Mon, 30 Mar 2020 19:15:47 +0000 (UTC) [thread overview]
Message-ID: <1585595570.e7643c7ed7a8d7812fa416fd828666d126861590.andrewammerlaan@gentoo> (raw)
Message-ID: <20200330191547.jM39vR_Dn6m58DCBwAGt_nQWnmLkOuLCU7ezaqIwEkk@z> (raw)
commit: e7643c7ed7a8d7812fa416fd828666d126861590
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar 30 19:12:50 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 30 19:12:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7643c7e
sci-libs/jdqz: fix tests
had to depend on [deprecated] on lapack
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-libs/jdqz/jdqz-1997.11.07.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/sci-libs/jdqz/jdqz-1997.11.07.ebuild b/sci-libs/jdqz/jdqz-1997.11.07.ebuild
index b2530c7..054ae05 100644
--- a/sci-libs/jdqz/jdqz-1997.11.07.ebuild
+++ b/sci-libs/jdqz/jdqz-1997.11.07.ebuild
@@ -15,13 +15,11 @@ KEYWORDS="~amd64"
IUSE="doc"
-# /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../jdlib/libjdqz.so: undefined reference to `zgegs_'
-#/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../jdlib/libjdqz.so: undefined reference to `zgegv_'
-RESTRICT="test"
-
+# vvirtual/lapack does not pull in [deprecated] so we have to deal with this mess like this until it does
DEPEND="
virtual/blas
virtual/lapack
+ || ( sci-libs/openblas sci-libs/lapack[deprecated] )
"
RDEPEND="${DEPEND}"
BDEPEND="doc? ( dev-texlive/texlive-latex )"
@@ -59,8 +57,9 @@ src_compile() {
}
src_test() {
- cd jdtest || die
+ cd "jdtest" || die
emake
+ cd ".." || die
LD_LIBRARY_PATH="./jdlib" ./jdtest/example || die
}
next reply other threads:[~2020-03-30 19:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-30 19:22 Andrew Ammerlaan [this message]
2020-03-30 19:15 ` [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/jdqz/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-05-02 10:51 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-05-02 10:51 Theo Anderson
2021-02-05 12:19 Andrew Ammerlaan
2020-04-08 17:43 Andrew Ammerlaan
2020-03-30 8:10 Andrew Ammerlaan
2020-03-30 8:10 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1585595570.e7643c7ed7a8d7812fa416fd828666d126861590.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox