Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ipopt/
Date: Sat, 07 May 2022 20:22:20
Message-Id: 1651954929.7146c3276dcc8eb2cafe22fe7060c63d6088673f.sam@gentoo
1 commit: 7146c3276dcc8eb2cafe22fe7060c63d6088673f
2 Author: Ørjan Malde <red <AT> foxi <DOT> me>
3 AuthorDate: Sat May 7 20:21:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 20:22:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7146c327
7
8 sci-libs/ipopt: fix build with slibtool
9
10 Closes: https://bugs.gentoo.org/800899
11 Signed-off-by: Ørjan Malde <red <AT> foxi.me>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-libs/ipopt/ipopt-3.14.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-libs/ipopt/ipopt-3.14.4.ebuild b/sci-libs/ipopt/ipopt-3.14.4.ebuild
18 index 6a2bac46ff03..44a78114fdfa 100644
19 --- a/sci-libs/ipopt/ipopt-3.14.4.ebuild
20 +++ b/sci-libs/ipopt/ipopt-3.14.4.ebuild
21 @@ -44,7 +44,7 @@ src_configure() {
22 )
23
24 if use lapack; then
25 - myeconfargs+=( --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" )
26 + myeconfargs+=( --with-lapack="$($(tc-getPKG_CONFIG) --libs blas lapack)" )
27 else
28 myeconfargs+=( --without-lapack )
29 fi