mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user