Skip to content

More improvements to the conda recipes

Description

This MR improves the conda recipes with a few different changes:

  • remove the custom openssl pins that were there to help the solver
  • download the latest conda-forge migrations from the github.com version of the same feedstock; this should mean that the CI builds are as close to the conda-forge production builds as possible (these migrations are also the key to not needing the custom openssl pins)
  • add a CI variable that simplifies switching between conda-build and boa (mambabuild) in the future
  • fix a build option in the lalinference recipe - this has no real impact in CI but will help local debugging of build issues in the future

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

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

Please provide details on any reviews related to this change and and the associated reviewers.

Merge request reports