- Mar 17, 2016
-
-
Jö Fahlke authored
[doc][buildsystem] Explain how to get Emacs to recognize errors from CMake. See merge request !71
-
- Mar 16, 2016
-
-
Carsten Gräser authored
This avoid duplicate definitions of the function.
-
Carsten Gräser authored
These are helpfull when working with multitype containers, e.g., for checking if a container or index is dynamic or static.
-
- Mar 12, 2016
-
- Mar 09, 2016
-
-
Jö Fahlke authored
[doc][buildsystem] Make code-block actually appear in sphinx-generated html. I was using this code-block as a template for !71 and could not get my code block to appear... See merge request !72
-
Jö Fahlke authored
-
Jö Fahlke authored
I was using this code-block as a template for !71 and could not get my code block to appear...
-
Jö Fahlke authored
-
Jö Fahlke authored
-
Jö Fahlke authored
Document that tests need to be build before running them and how to do that See merge request !70
-
Jö Fahlke authored
running them.
-
Christoph Grüninger authored
-
On FreeBSD, e.g., bash is installed to /usr/local
-
- Mar 08, 2016
-
-
Christoph Grüninger authored
[CMake,cleanup] Remove FindFiles.cmake needed for the testing magic As the testing magic is gone, this file is no longer needed See merge request !67
-
Christoph Grüninger authored
As the testing magic is gone, this file is no longer needed
-
Jö Fahlke authored
-
- Mar 07, 2016
- Mar 04, 2016
-
-
Carsten Gräser authored
This fixes the failing concept test for me.
-
Dominic Kempf authored
[cmake][bugfix] Fix issues with DUNE_BUILD_TESTS_ON_MAKE_ALL Interplay with EXPECT_COMPILE_FAIL: Compile failure should be during testing, not during building, so we need to *alawys* ignore EXPECT_COMPILE_FAIL-tests during `make all` This fixes #21. See merge request !53
-
- Mar 03, 2016
-
-
Carsten Gräser authored
The old version did not work for tuples with more than two entries because recursive function templates don't work this way. Now we simply use a TMP reduce on the tuple. This also fixes the problem that composite bases in dune-functions with more than two factors did not compile due to a failing concept check caused by this issue.
-
- Mar 01, 2016
-
-
Christoph Grüninger authored
-
-
-
- Feb 29, 2016
-
-
Christoph Grüninger authored
doc: correct typo and config_collected.cmake reference See merge request !63
-
Christoph Grüninger authored
doc: Correct two typos. See merge request !64
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Steffen Müthing authored
Late night bugfixing...
-
Steffen Müthing authored
This fixes the incomplete MR !61.
-
Steffen Müthing authored
[cmake][bugfix] Make CMake Doxygen creation work for modules without Doxylocal When creating Doxygen documentation, CMake currently assumes that all modules have a Doxylocal file, which is in fact only present in dune-common right now. That file is then used as both a dependency and a file reading input, causing CMake errors. This patch fixes the problem by testing for the presence of Doxylocal and only including it in the build process if it was found. See merge request !61
-
Steffen Müthing authored
When creating Doxygen documentation, CMake currently assumes that all modules have a Doxylocal file, which is in fact only present in dune-common right now. That file is then used as both a dependency and a file reading input, causing CMake errors. This patch fixes the problem by testing for the presence of Doxylocal and only including it in the build process if it was found.
-
- Feb 28, 2016
-
-
Steffen Müthing authored
[release] Fixes finding static scotch metis bindings Using Scotch a replacement work on Debian only for the default shared libraries. But to use the ones supporting larger integer types one needs to use the static version (shared ones are missing!). This MR fixes finding static Scotch/PT-Scotch instead of METIS/ParMETIS. Please cherry-pick to the release. See merge request !60
-
- Feb 27, 2016
-
-
Markus Blatt authored
-
Markus Blatt authored
Otherwise I get thread symbols not found. This commit replaces always empty variable _METIS_LIBRARIES with STDTHREAD_LINK_FLAGS to fix this.
-
Markus Blatt authored
Otherwise we will find the helper libraries for int in /usr/lib when searching for those supporting long.
-
Markus Blatt authored
This should make the test work again for the original ParMETIS.
-
Markus Blatt authored
The PT-Scotch library on Debian is rather broken. There are several libraries missing for the version with long, int32, int64 support. If one wants to use them, then one needs to use the static libraries and provide the correct library with the parmetis bindings. Unfortunately, our ParMETIS test assumes that the library is self contained which breaks on Debian Jessie. This commit fixes this. If parmetis_v3_partkway is not found with the ParMETIS library alone then we try to find the corresponding PT-Scotch helper libraries and try to find the function again.
-