- Dec 12, 2017
-
-
Martin Nolte authored
[cmake][python] use `pip --upgrade` on install Closes #81 See merge request !422
-
- Dec 11, 2017
-
-
Martin Nolte authored
Allow to skip dune_python_package_install when pip is not found II See merge request !399
-
- Dec 06, 2017
-
- Dec 05, 2017
-
-
Andreas Dedner authored
-
- Dec 04, 2017
-
-
Martin Nolte authored
This patch will always upgrade the Python package upon `make install`. Previously, the Python package was only installed, if the package had not been installed before. This violates the principle of least surprise as we intuitively except `make install` to overwrite all files during the install procedure.
-
- Dec 01, 2017
-
-
Ansgar Burchardt authored
move output operator to `Dune` namespace See merge request !421
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
The function will usually be found via ADL.
-
Timo Koch authored
If a complicated user defined command was specified, it didn't lead to the dummy executable (that return 77) being run but the user defined command instead. This patch makes sure that the correct command is executed which then marks the test as skipped and not as failed. If a test is a parallel and tested with multiple number of ranks all these test are shown as skipped.
-
Timo Koch authored
-
Ansgar Burchardt authored
run more tests in parallel See merge request !411
-
Ansgar Burchardt authored
-
Markus Blatt authored
Make CMake work with disabled version check. See merge request !408
-
- Nov 30, 2017
-
-
Markus Blatt authored
-
Markus Blatt authored
If the buffer is small the we need to issue multiple sends and receive. Unfortunately, the logic when sending was broken before this commit. It simply always assumed that the buffer was larger than the complete message to be send.
- Nov 29, 2017
-
-
Christoph Grüninger authored
Feature/add cmake flags to dunecontrol Closes #93 See merge request !378
-
Christoph Grüninger authored
-
Christoph Grüninger authored
It is now possible to pass -D...=... flags to CMake via configure-opts. Bash- / Autotools-style variables like CC=.. or MPICC=.. are no longer support in configure-opts.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Autotools are history, no need to check for libraries built by libtool.
-
Jö Fahlke authored
That test is a bit difficult to understand unless you know what it tries to do, which is a problem if that is exactly what you're trying to figure out. Here are my notes from trying that.
-
Jö Fahlke authored
It seems to have magically escaped The Great Reindent, and of course uses indent depth 4, not 2.
-
- Nov 28, 2017
-
-
Markus Blatt authored
Before this commit setting DISABLE_CXX_VERSION_CHECK to true resulted in the CMake error: CMake Error at cmake/modules/CheckCXXFeatures.cmake:110 (if): if given arguments: "14" "GREATER" Unknown arguments specified Call Stack (most recent call first): cmake/modules/CheckCXXFeatures.cmake:199 (dune_require_cxx_standard) cmake/modules/DuneMacros.cmake:690 (include) CMakeLists.txt:17 (dune_project)
-
- Nov 27, 2017
-
-
Jö Fahlke authored
[cmake][dune_add_test] Fix cmake guard and skipping tests See merge request core/dune-common!405
-
Timo Koch authored
If a complicated user defined command was specified, it didn't lead to the dummy executable (that return 77) being run but the user defined command instead. This patch makes sure that the correct command is executed which then marks the test as skipped and not as failed.
-
Timo Koch authored
-
Timo Koch authored
If the target was not found in the current state the test fails. With this patch the ctest states "Not Run" and the name of the missing target.
- Nov 23, 2017
-
-
Martin Nolte authored
fix disableCopyMove for empty arguments See merge request !383
-
Martin Nolte authored
add fallback implementation of `is_invocable` and `is_invocable_r` See merge request !393
-
- Nov 22, 2017
-
-
Christian Engwer authored
Remove Pardiso from script am2cmake.py See merge request !397
-