Skip to content

Remove unused options from CI build-and-test script.

Issue/feature addressed

The Linux CI builds produce a warning that the options NEKTAR_USE_PYTHON3 and NEKTAR_BUILD_TIMINGS are specified but not used.

Proposed solution

These options are no longer available in the CMake configuration, so should be removed.

Implementation

Removed from the build-and-test.sh script.

Tests

Not applicable.

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