The source project of this merge request has been removed.
Fixes for SWIG Octave wrappings
Description
This MR adds a few fixes for building the SWIG Octave wrappings against newer (>= 4.4.0) versions of Octave. It adds a recommendation for using SWIG 4.0.2 (not yet released) for building against Octave >= 4.4.0, due to bugs in wrappings generated using earlier SWIG versions. This recommendation generates a ./configure
warning, but otherwise allows the packaging and CI builds to run as is.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API