Skip to content

Remove option OGS_USE_PYTHON

Lars Bilke requested to merge bilke/ogs:rm-ogs_use_python into master
  • Removes the CMake-option OGS_USE_PYTHON (already defaults to ON)
  • 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
  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