Skip to content

Replaced poetry by simple python / pip calls.

Lars Bilke requested to merge bilke/ogs:rm-poetry into master

Is a lot faster / simpler:

  • Poetry is not required anymore for automatic Python package installation. Only a Python interpreter is required (nowadays they already include venv and pip).
  • Renamed CMake option OGS_USE_POETRY to OGS_USE_PIP (which now defaults to OFF!). Before poetry was used per default when it was found, now this behavior is reversed (needs to explicitly switched to ON).
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Lars Bilke

Merge request reports