https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e225681da0ebb5a67ffe3edfa8bb0cef1eb1d227 authored by Dmitri Naumov on 01 March 2021, 22:12:09 UTC
Exclude _deps directory from warnings check.
Tip revision: e225681
versions.json
{
  "minimum_version": {
    "gcc": "9.0",
    "clang": "9.0",
    "apple_clang": "11.0.0",
    "msvc": {
      "year": "2019",
      "number": "16",
      "toolset": "142",
      "compiler": "19.24"
    },
    "conan": "1.33.0",
    "git": "2.14",
    "cmake": "3.14",
    "hugo": "0.64.1",
    "boost": "1.67.0",
    "eigen": "3.3.9",
    "vtk": "8.1.2",
    "petsc": "3.11.2",
    "qt": "5.14.2",
    "python": "3.6",
    "snakemake": "5.27.4",
    "hdf5": "1.10.5"
  },
  "tested_version": {
    "vtk": "8.2.0",
    "hdf5": "1.12.0",
    "libxml2": "2.9.10",
    "ubuntu": "20.04"
  },
  "ctest": {
    "large_runtime": 60
  }
}
back to top