octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54260] mkoctfile doesn't export some Octave f


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54260] mkoctfile doesn't export some Octave features that packages need at build time
Date: Fri, 6 Jul 2018 16:12:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #12, bug #54260 (project octave):

I think AR and RANLIB are obsolete static library build tools and are good
candidates for removal. The 'ann' Forge package uses 'AR' and 'ARFLAGS', but
this package is unmaintained, not a problem. Notice that the
scripts/pkg/private/configure_make.m function file actually sets both AR and
RANLIB in the environment using mkoctfile.

BLAS_LIBS, LAPACK_LIBS, and FLIBS are used by several packages. Since BLAS and
LAPACK are required core dependencies, as opposed to optional dependencies
like FFTW and HDF5, I think it makes sense to keep these three.

LIBS, READLINE_LIBS, and SED are probably safe to remove.

DEPEND_EXTRA_SED_PATTERN is only defined on Solaris, I don't even see it used
in the build system at all, maybe it can be deleted from the build completely.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54260>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]