- Sep 25, 2017
-
-
Dmitri Naumov authored
-
- Sep 21, 2017
-
-
Lars Bilke authored
They run for about 30 minutes each.
-
Lars Bilke authored
-
- Sep 19, 2017
-
-
Lars Bilke authored
Started building VTK 8.0.1 packages but this not finished.
-
- Sep 18, 2017
-
-
Dmitri Naumov authored
Small fixes
-
Dmitri Naumov authored
Ccache versions
-
Lars Bilke authored
-
Lars Bilke authored
Minimum version: 3.2
-
- Sep 17, 2017
-
-
Dmitri Naumov authored
Disable optimization -O3 and the non-precise divisions.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The explicit default dtor makes the intel compiler 2017 unhappy and it is not needed; the base class Element has an explicit virtual dtor.
-
- Sep 15, 2017
-
-
Lars Bilke authored
-
- Sep 12, 2017
-
-
Lars Bilke authored
[CMake] Remove external projects
-
Lars Bilke authored
-
Lars Bilke authored
-
- Sep 11, 2017
-
-
Lars Bilke authored
Possible values: missing (default), all, never, list of lib names Examples: cmake . -DOGS_CONAN_BUILD="Eigen3;Boost" -> Builds Eigen and Boost locally cmake . -DOGS_CONAN_BUILD=all -> Builds all libs locally This basically reimplements all functionality we had with ExternalProject.
-
Lars Bilke authored
My Boost fix was integrated in 1.64.0 only. Added Conan remote conan-community where the package is hosted.
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
The latter was reported N. Grunwald and should be fixed with the added fPIC option in the VTK Conan package.
-
Lars Bilke authored
-
Lars Bilke authored
This makes sure that CMAKE_BUILD_TYPE variable is set which is required by Conan.
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Set OGS_USE_CONAN=ON to enable this. Once enabled there is no conan install .. call necessary anymore. You can select individual libraries to be used from the system, e.g.: cmake -DOGS_USE_CONAN=ON -DOGS_LIB_VTK=System .. This lets Conan install all third-party libraries except of VTK.
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Fixes Eigen finding.
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Local installation of libraries can be done with Conan.
-
Lars Bilke authored
-