Skip to content

disable building of lalstochastic by default

Adam Mercer requested to merge adam-mercer/lalsuite:disable_stochastic into master

lalstochastic hasn't been used for a long time, this is the first step in removing the code. the steps to remove this will be:

  1. disable the code from building by default (this commit).
  2. remove the ability to build the codes at all.
  3. remove the code itself.

this is going to be done in these steps to make getting the codes back easier, the build system will change therefore if the codes are removed in the same commit as updating the build system to not build them it will be harded to revert if the codes are ever needed again.

Edited by LALSuite Bot

Merge request reports