https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4f50ff1d1d31c64ec3cf624631d997e512acbcf6 authored by Lars Bilke on 01 June 2023, 09:24:48 UTC
[Python,wheel,web] Instructions on how to give CMake arguments to pip install.
Tip revision: 4f50ff1
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top