Skip to content

Update lalsuite.mk to address #425:

Description

If debian/control has been edited (e.g. for Bullseye builds), removing references to *octave* dependencies and *-octave binary package, the "configure" step would still look for octave and fail. Conditionally add --disable-swig-octave flag if HAVE_OCTAVE isn't set

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

Review Status

Review pending

Edited by Steffen Grunewald

Merge request reports