- Jul 02, 2021
-
-
Moved tfel dep to DependenciesExternalProject.cmake
-
-
- Jul 01, 2021
-
-
Lars Bilke authored
-
Lars Bilke authored
- Removes tfel as a Conan dependency - To discuss: Ignores system-installed tfel
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jun 30, 2021
-
-
Lars Bilke authored
-
- Jun 29, 2021
-
-
Lars Bilke authored
-
- Jun 28, 2021
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Dmitri Naumov authored
This requires tfel 3.4.x series to be installed.
-
- Jun 23, 2021
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jun 15, 2021
-
-
joergbuchwald authored
-
-
- Jun 03, 2021
-
-
renchao.lu authored
-
- Jun 01, 2021
-
-
Tom Fischer authored
Credits to Lars.
-
- May 27, 2021
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
- ctests added with AddTest() write log files to build-dir/logs/ - when running ctest --output-on-failure: - test wrapper do not output log to console, only log file - test tester output to console as well
-
Lars Bilke authored
-
- May 26, 2021
-
-
Lars Bilke authored
-
Lars Bilke authored
Includes fix for C++20 with gcc 11.
-
Lars Bilke authored
-
- May 21, 2021
-
-
Lars Bilke authored
Packages to install are written to build/.python_packages during CMake run and then installed once at the end of the CMake run via poetry add. Speeds up CMake configure time a bit.
-
- May 18, 2021
-
-
Better parallelization of the build: There are two job pools: - light_tasks on most systems will utilize all available logical cores (default) - heavy_tasks requires 4 GB of free memory per job, is used for all processes. Could be optimized by introducing another pool with less memory requirements (medium_tasks) and use it in the more simple processes.
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
cpm 0.32 introduces a scope encapsulation: https://github.com/cpm-cmake/CPM.cmake/releases/tag/v0.32.0
-
Lars Bilke authored
-
Lars Bilke authored
Will fix container runtime.
-
- May 17, 2021
-
-
Lars Bilke authored
Avoids a runtime dependency on the shared lib. Fixes container.
-
- May 12, 2021
-
-
Lars Bilke authored
Simplifies handling in CMake. Just link to petsc-target.
-
Lars Bilke authored
-
Lars Bilke authored
Does not work on CI under load.
-
Lars Bilke authored
-
Lars Bilke authored
default - RUNTIME <= 60 s large - RUNTIME > 60 s meshtest - Tests added with MeshTest() tester - all tester
-