https://gitlab.opengeosys.org/ogs/ogs.git
Revision 21948de94f1166a617712ed5de238345c5fdd504 authored by Dmitri Naumov on 28 June 2021, 09:49:50 UTC, committed by Dmitri Naumov on 28 June 2021, 12:58:07 UTC
This requires tfel 3.4.x series to be installed.
1 parent f9e9ea1
Raw File
Tip revision: 21948de94f1166a617712ed5de238345c5fdd504 authored by Dmitri Naumov on 28 June 2021, 09:49:50 UTC
Use MGIS rliv-1.2 branch with ogs specific changes
Tip revision: 21948de
.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