- Feb 10, 2020
-
-
Lars Bilke authored
-
- Jan 31, 2020
-
-
Lars Bilke authored
-
Lars Bilke authored
Removed jedbrown cmake modules, copied FindPETSc.cmake over. Check for required Git version.
-
- Jan 30, 2020
-
-
Lars Bilke authored
-
Lars Bilke authored
The file is read by CMake (via new a json parser submodule) and the web site generator and provides info on required clang and gcc versions. This info will be expanded in future commits. Goal is to have a single source of truth for versions infos and maybe other requirements. On CMake you access the info via `ogs.`-prefixed variables: ${ogs.minimum_version.gcc} In Hugo you access the info via the new dataFile-shortcode: {{< dataFile "versions.minimum_version.gcc" >}}
-
- Jan 20, 2020
-
-
-
Lars Bilke authored
Should fix runtime issues with mfront dylibs.
-
- Jan 15, 2020
-
-
Lars Bilke authored
-
- Jan 03, 2020
-
-
-
-
When a benchmark uses Python (REQUIREMENTS OGS_USE_PYTHON) and there is a requirements.txt file in benchmarks project file directory a Python virtual environment is created and dependencies are installed during benchmark execution via ctest (inside the build directory). The PYTHONPATH environment variable of the benchmark test is set to the virtual environment to mimic virtual environment activation. Normally you would use source .venv/bin/activate but this is not possible when executing the benchmarks via ctest.
-
Dmitri Naumov authored
-
- Jan 02, 2020
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Dec 17, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
This fixes GUI compilation on Linux.
-
- Dec 06, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Dec 05, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
-
- Dec 04, 2019
-
-
Lars Bilke authored
-
- Oct 29, 2019
-
-
Tom Fischer authored
-
- Oct 16, 2019
-
-
Lars Bilke authored
This is the latest version released today which fixes errors like in #2687.
-
Lars Bilke authored
-
- Sep 26, 2019
-
-
Lars Bilke authored
-
- Sep 24, 2019
-
-
Lars Bilke authored
Fixed in 1.18.5: https://github.com/conan-io/conan/issues/5780
-
- Sep 02, 2019
-
-
Lars Bilke authored
This is used to minimize the Docker build context when building an image with OGS inside from the local source tree. Supply OGS_VERSION CMake variable.
-
- Aug 30, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Aug 28, 2019
-
-
mgis tests are now run along with our benchmarks.
-
-
Release 1.0 version of MGIS, patched. The MGIS is build with c++11 standard. The tfel library is provided via conan too for convinience.
-
Lars Bilke authored
-
- Aug 23, 2019
-
-
Dmitri Naumov authored
Otherwise it reports a lot of "unused" functions, which are actually used.
-
- Aug 21, 2019
-
-
Karsten Rink authored
-
- Aug 19, 2019
-
-
Lars Bilke authored
Boost::boost is an interface library and should be ignored.
-
- Aug 15, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-