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

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

[Octave-bug-tracker] [bug #49503] [mxe-octave] cross-building packages w


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #49503] [mxe-octave] cross-building packages with configure script calling octave itself have issues
Date: Wed, 9 Sep 2020 02:27:22 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 Edg/85.0.564.44

Follow-up Comment #23, bug #49503 (project octave):

The "build-octave" package uses the tarball MXE Octave was configured to use.
AFAICS, there's no need to have different flavors of that package.

Wrt the "hg-octave-dist" target, I was thinking about treating that the same
as an Octave installed on the build system. The same configure flags would
apply (either "--enable-system-octave" or "--disable-system-octave").

Adding some paths to the end of Octave's search path is a good idea.
Unfortunately, that wouldn't work for built-in functions. AFAICT, .m-file
functions (and .oct or .mex files) always shadow built-in functions no matter
where they occur in the search path.

If I understand the logic in the statistics of-package correctly, it uses
Octave only to check for functions existing in core Octave. IIUC, the only
Octave function that seems to execute in the build process is
"conditional_installation":
https://sourceforge.net/p/octave/statistics/ci/default/tree/utils/conditional_installation.m
Skimming through it, I don't see if it does anything else. Maybe John D could
add some insider info.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?49503>

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




reply via email to

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