Replaced poetry by simple python / pip calls.
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
venvandpip). - Renamed CMake option
OGS_USE_POETRYtoOGS_USE_PIP(which now defaults toOFF!). Before poetry was used per default when it was found, now this behavior is reversed (needs to explicitly switched toON).
-
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behavior change was documented?
Edited by Lars Bilke