- Feb 13, 2017
-
-
Lars Bilke authored
Building the target installs node packages, imports from Contentful and builds the site via gulp and hugo.
-
Lars Bilke authored
-
Lars Bilke authored
Specify one or more files which be converted to vtk.js if vtkDataConverter is found. https://github.com/Kitware/vtk-js/issues/3#issuecomment-230389315
-
- Jan 06, 2017
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Nov 29, 2016
-
-
Lars Bilke authored
-
- Nov 02, 2016
-
-
Norihiro Watanabe authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- May 10, 2016
-
-
Tom Fischer authored
-
- May 04, 2016
-
-
Dmitri Naumov authored
If CVODE_FOUND is not defined the cvode code is excluded.
-
-
- Apr 28, 2016
-
-
Lars Bilke authored
Mingw-subfolder.
-
- Apr 22, 2016
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jan 06, 2016
-
-
Lars Bilke authored
-
- Jan 04, 2016
-
-
- Oct 01, 2015
-
-
Lars Bilke authored
Was because of an outdated FindGit-module in ThirdParty/cmake-modules.
-
Lars Bilke authored
-
- Sep 30, 2015
-
-
Lars Bilke authored
-
- Sep 23, 2015
-
-
Dmitri Naumov authored
Include ThirdParty/cmake-modules into the global cmake dir list.
-
- Jul 17, 2015
-
-
Lars Bilke authored
-
- Jul 15, 2015
-
-
Lars Bilke authored
- Raised minimum CMake to 3.1 because of better crosscompiling support and imported target feature - When Eigen is not found it gets downloaded before BaseLib is build - Silenced OpenMP CMake output Executables can be run with Wine.
-
- Jun 10, 2015
-
-
Lars Bilke authored
- requires s3cmd (http://s3tools.org/s3cmd)
-
- Jun 01, 2015
-
-
Lars Bilke authored
This reverts commit 81fd41f1.
-
- Feb 11, 2015
-
-
Lars Bilke authored
-
- Feb 10, 2015
-
-
Lars Bilke authored
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed
-
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
-
- Jan 16, 2015
-
-
Dmitri Naumov authored
-
- Jan 13, 2015
-
-
- Nov 21, 2014
-
-
Lars Bilke authored
-
- 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
-
- Oct 21, 2014
- Oct 20, 2014
- Oct 17, 2014
-
-
Norihiro Watanabe authored
-