From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ipopt/
Date: Sat, 7 May 2022 20:22:16 +0000 (UTC) [thread overview]
Message-ID: <1651954929.7146c3276dcc8eb2cafe22fe7060c63d6088673f.sam@gentoo> (raw)
commit: 7146c3276dcc8eb2cafe22fe7060c63d6088673f
Author: Ørjan Malde <red <AT> foxi <DOT> me>
AuthorDate: Sat May 7 20:21:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 7 20:22:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7146c327
sci-libs/ipopt: fix build with slibtool
Closes: https://bugs.gentoo.org/800899
Signed-off-by: Ørjan Malde <red <AT> foxi.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/ipopt/ipopt-3.14.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/ipopt/ipopt-3.14.4.ebuild b/sci-libs/ipopt/ipopt-3.14.4.ebuild
index 6a2bac46ff03..44a78114fdfa 100644
--- a/sci-libs/ipopt/ipopt-3.14.4.ebuild
+++ b/sci-libs/ipopt/ipopt-3.14.4.ebuild
@@ -44,7 +44,7 @@ src_configure() {
)
if use lapack; then
- myeconfargs+=( --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" )
+ myeconfargs+=( --with-lapack="$($(tc-getPKG_CONFIG) --libs blas lapack)" )
else
myeconfargs+=( --without-lapack )
fi
next reply other threads:[~2022-05-07 20:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-07 20:22 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-14 7:21 [gentoo-commits] repo/gentoo:master commit in: sci-libs/ipopt/ Andrew Ammerlaan
2022-08-30 16:43 Andreas Sturmlechner
2022-01-11 14:37 Andrew Ammerlaan
2019-04-24 21:13 Andreas Sturmlechner
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=1651954929.7146c3276dcc8eb2cafe22fe7060c63d6088673f.sam@gentoo \
--to=sam@gentoo.org \
--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