sci-libs/ipopt: fix build with slibtool

Closes: https://bugs.gentoo.org/800899
Signed-off-by: Ørjan Malde <red@foxi.me>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ørjan Malde
2022-05-07 21:21:37 +01:00
committed by Sam James
parent 8572b67c74
commit 7146c3276d

View File

@@ -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