- Jan 09, 2017
-
-
Lars Bilke authored
Created output paths are then consistent with Linux / macOS. Switched from deprecated CMake variables to newer ones.
-
- Nov 04, 2016
-
-
- Sep 08, 2016
-
-
Lars Bilke authored
Try to speed up release stage.
-
- Jun 28, 2016
-
-
Lars Bilke authored
Suffixes are added for specific configs: -de for OGS_BUILD_GUI -utils for OGS_BUILD_UTILS -mpi for OGS_USE_MPI
-
- Jun 01, 2016
-
-
Lars Bilke authored
Can be forced by setting OGS_32_BIT=ON
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Oct 01, 2015
-
-
Lars Bilke authored
-
- Apr 17, 2015
-
-
Lars Bilke authored
-
- Feb 11, 2015
-
-
Lars Bilke authored
-
- Feb 10, 2015
-
-
Lars Bilke authored
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed
-
- Nov 10, 2014
-
-
Lars Bilke authored
This copies all file from ${CMAKE_SOURCE_DIR}/../ogs6-data to /data/ogs/ogs6-data and then triggers a build on Jenkins which syncs /data/ogs6-data to opengeosys.org
-
- Apr 17, 2013
-
-
Lars Bilke authored
Replace CMAKE_SOURCE_DIR with CMAKE_CURRENT_SOURCE_DIR and CMAKE_BINARY_DIR with CMAKE_CURRENT_BINARY_DIR. This allows to use OGS as a subdirectory in another project.
-
- Nov 14, 2012
-
-
Lars Bilke authored
-
- Nov 12, 2012
-
-
Lars Bilke authored
logog header files have to be included e.g. with logog/include/logog.hpp
-
- Oct 30, 2012
-
-
Lars Bilke authored
This fixes #27.
-
- Sep 13, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Aug 21, 2012
-
-
Karsten Rink authored
-
- May 14, 2012
-
-
Lars Bilke authored
Grouped logog targets.
-
- May 07, 2012
-
-
Lars Bilke authored
-
- Jan 19, 2012
-
-
Lars Bilke authored
-