https://gitlab.opengeosys.org/ogs/ogs.git
Revision c3078658109fb999290352e5452c74a4a49dbebd authored by Lars Bilke on 06 October 2021, 14:39:26 UTC, committed by Lars Bilke on 11 October 2021, 08:32:08 UTC
1 parent 9637b1b
Raw File
Tip revision: c3078658109fb999290352e5452c74a4a49dbebd authored by Lars Bilke on 06 October 2021, 14:39:26 UTC
[cmake] Symbol OGS_USE_PYTHON is not required on ProcessLibBoundaryConditionAndSourceTermPython.
Tip revision: c307865
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top