Commits on Source (14)
-
Markus Blatt authored
-
Markus Blatt authored
Somehow MPI was never activated for the headercheck. This patch fixes this. (cherry picked from commit fbfa416b) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
-
Previously the module path was a relative to the install directory. Because of this dependant modules did not find the macros of dune-common and cmake configure did not succeed. With this the CMake package configuration file contains the full path and the macros are found (even if there is no local dune-common lying around). (cherry picked from commit db6f61c2) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
-
Markus Blatt authored
This is a follow up to the previous patch. It corrects the situation for new modules created with duneproject. (cherry picked from commit a0f4d2c6) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
-
At least Clang 3.2 complains. (cherry picked from commit d4014751) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
-
Markus Blatt authored
(cherry picked from commit 5cc7b5b8)
-
Markus Blatt authored
With this patch dunecontrol will work even if the path to the module contains spaces. Unfortunately, the tests for dune modules will still not work as I could not figure out how to use quoting in the CPP_FLAGS. (cherry picked from commit eaedbeea)
-
Markus Blatt authored
Treating directories with spaces in autotools is a can of worms. We now check whether this situation is given and issue an error when building with autotools. (cherry picked from commit 7a0dfc79)
-
Markus Blatt authored
(cherry picked from commit 7d3a491d)
-
Properly quote variable GMP_FOUND. Do not reuse variable GMP_FOUND. (cherry picked from commit 317ae349) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
-
Professional software has man pages. (cherry picked from commit 25d3fc28) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
-
Configration of dune fails if the manpages are not distributed. (cherry picked from commit 329d2a35) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
-
Markus Blatt authored
(cherry picked from commit b9073e97) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
-
Markus Blatt authored
(cherry picked from commit bb51b059) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
Showing
- bin/am2cmake.py 1 addition, 1 deletionbin/am2cmake.py
- bin/dune-autogen 7 additions, 7 deletionsbin/dune-autogen
- bin/dunecontrol 36 additions, 25 deletionsbin/dunecontrol
- bin/dunedoxynize 3 additions, 3 deletionsbin/dunedoxynize
- bin/duneproject 4 additions, 4 deletionsbin/duneproject
- cmake/modules/DuneMPI.cmake 5 additions, 0 deletionscmake/modules/DuneMPI.cmake
- cmake/modules/FindGMP.cmake 4 additions, 5 deletionscmake/modules/FindGMP.cmake
- cmake/pkg/dune-common-config.cmake.in 2 additions, 2 deletionscmake/pkg/dune-common-config.cmake.in
- cmake/scripts/BuildTests.cmake.in 0 additions, 1 deletioncmake/scripts/BuildTests.cmake.in
- doc/Makefile.am 3 additions, 0 deletionsdoc/Makefile.am
- doc/dunecontrol.1 173 additions, 0 deletionsdoc/dunecontrol.1
- dune.module 1 addition, 1 deletiondune.module
- dune/common/parallel/remoteindices.hh 0 additions, 1 deletiondune/common/parallel/remoteindices.hh
- dune/common/test/eigenvaluestest.cc 1 addition, 0 deletionsdune/common/test/eigenvaluestest.cc
- lib/dunemodules.lib 4 additions, 4 deletionslib/dunemodules.lib
- m4/dune.m4 6 additions, 6 deletionsm4/dune.m4
doc/dunecontrol.1
0 → 100644