Remove option OGS_USE_PYTHON
- Removes the CMake-option
OGS_USE_PYTHON
(already defaults toON
) - OGS is now always built with Python (boundary conditions) support
- This simplifies CMake and C++ code a bit
- This reduces the number of CI jobs
- Adds Python as a mandatory requirement for building ogs
- Embedded Python interpreter is initialized when used only
-
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