mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-mathematics/octave: remove slibtool workaround from v7.2.0.
The --enable-link-all-dependencies flag is apparently no longer needed with octave-7.2.0. Removing it from the ./configure invocation prevents mkoctfile from using the -loctave and -loctinterp flags by default. With octave-7.2.0 they should be harmless anyway, but it's nice to clean things up a bit when we can get away with it. Bug: https://bugs.gentoo.org/776583 Bug: https://bugs.gentoo.org/858554 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
@@ -139,16 +139,11 @@ src_configure() {
|
||||
# --with-sundials_ida (no-op) with USE="sundials"
|
||||
# --without-sundials_ida (disables it) with USE="-sundials"
|
||||
#
|
||||
# The --enable-link-all-dependencies flag is needed because
|
||||
# otherwise, the build system appends --no-undefined to LDFLAGS and
|
||||
# then proceeds to undefine things. GNU libtool ignores this, but
|
||||
# slibtool (for example) does not (bug #776583).
|
||||
econf \
|
||||
--localstatedir="${EPREFIX}/var/state/octave" \
|
||||
--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
|
||||
--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" \
|
||||
--disable-64 \
|
||||
--enable-link-all-dependencies \
|
||||
--enable-shared \
|
||||
--with-z \
|
||||
--with-bz2 \
|
||||
Reference in New Issue
Block a user