Skip to content

Fix various packaging issues

Issue/feature addressed

Debian unstable package was not building. Changes to the Python packages now include python3.10-config file which broke the regex for finding the version installed. There is also a new version of Scotch which does not work correctly with the current version of Nektar++. Centos 8 is not end of life and the repository location is incorrect.

Proposed solution

Debian unstable packaging has been disabled for now. Centos 8 docker file updated to use correct repository location.

Implementation

Debian unstable packaging commented out. The centos8 update uses a regex to correct the configuration file. The AcousticSolver has been turned off in the deb packaging, since it is not packaged.

Tests

Notes

None

Checklist

  • Functions and classes, or changes to them, are documented.
  • User guide/documentation is updated.
  • Changelog is updated.
  • Suitable tests added for new functionality.
  • Newly added files are correctly formatted.
  • License added to any new files.
  • No extraneous files have been added (e.g. compiler output or test data files).
Edited by Chris Cantwell

Merge request reports