- Jun 24, 2013
-
-
Martin Nolte authored
This fixes FS#1317 for me (use invert for 2x2 matrix with std::complex< long double >). The problem is that 1.0 is a double, which can be converted implicitly to a long double which, in turn, could be converted implicitly into a std::complex< long double >. However, the compiler does not use two implicit type conversions, so double cannot be divided by a std::complex< long double >.
-
Martin Nolte authored
See FS#1317 for details.
-
- Jun 19, 2013
-
-
Martin Nolte authored
-
- Jun 13, 2013
-
-
Markus Blatt authored
-
Markus Blatt authored
-
- Jun 11, 2013
-
-
Markus Blatt authored
-
Markus Blatt authored
-
Markus Blatt authored
-
Markus Blatt authored
CMake honors the familar compiler flags if they are exported. This patch extracts them from CONFIGURE_FLAGS and exports them to cmake by putting them in from of the cmake call.
-
- Jun 10, 2013
-
-
Markus Blatt authored
-
- Jun 07, 2013
-
-
Markus Blatt authored
Some modules do test for complicated symbols, eg. "&StandardMerge<double,1,1,1>::build;", which lead to broken configure scripts. In the above case : " 1>build; ;" as a shell command. This patch quotes the program body used for AC_LANG_PROGRAM correctly to prevent this.
-
- Jun 05, 2013
-
-
Markus Blatt authored
Previously we relied on CMake's export(PACKAGE ...) function when finding dune packages without dune-control. This is error prone when using several instances of a dune-module (either with differing versions or built using different options). In this case there is no control which of the instances is used. Now we try to guess the correct build directory, if it was not provided with ${module}_DIR, ${module}_Root or in the CMAKE_PREFIX_PATH. Note that when using dunecontrol ${module}_DIR will always be set. We take the path of the current toplevel build directory and simply substitute any occurence of the name of current module with name of the module that we try to find. This works for both building in a subdirectory of the source tree (e.g. ${module-source}/build-cmake) or in a sibling directory containing the module name (e.g. ${module}-build).
-
Markus Blatt authored
-
Markus Blatt authored
-
Markus Blatt authored
-
- May 29, 2013
-
-
Robert Kloefkorn authored
-
- May 24, 2013
-
-
Christoph Grüninger authored
MPI_FOUND is already deprecated in CMake 2.8.6 - our minimal required version.
-
Christoph Grüninger authored
To set variables like DUNE_COMMON_REVISION the macro dune_module_information is called. To surpress output the macro gets an additional second argument to QUIET the output. To set the PACKAGE_* variables correctly dune_module_information is called a second time for the current module after it was called all the other modules.
-
- May 23, 2013
-
-
Christoph Grüninger authored
The test result was never used. The test slipped in as a copy from the CMake code snippet from DuMuX.
-
- May 22, 2013
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- May 16, 2013
-
-
Christoph Grüninger authored
-
- May 15, 2013
-
-
Steffen Müthing authored
-
Steffen Müthing authored
Make sure to always quote paths that are relative to PREFIX_DIR, as that variable may contain spaces.
-
Steffen Müthing authored
Some Dune users like to aggregate all the Dune modules required for a project by creating a Git repository with a Git submodule for every submodule. Unfortunately, dunecontrol currently doesn't recognize the submodule repositories currently because Git aggregates all repositories in the .git directory of the superproject (more preciselyin in the subdirectory .git/modules/). In the submodule, .git is a regular file that contains a referral to the actual repository directory. This patch fixes the problem by - Detecting Git directories by looking for both directories and regular files called .git in the module directory. - Following the referral in submodules for the hook setup to make sure the hook gets installed in the correct location. Fixes FS#1303.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Conflicts: .gitignore
-
- May 13, 2013
-
-
Christian Engwer authored
quick-fix to make CMAKE builds respect the DUNE_BUILDDIR entry in opts files
-
- May 11, 2013
-
-
Markus Blatt authored
This is the same fix as for debugallocator. See flyspray #1287. The problem was that move semantics were used if the compiler supports variadic templates.
-
- May 10, 2013
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- May 08, 2013
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
fix the last doxygen fix some accidential debug statements broke the build for a clean checkout
-
Elias Pipping authored
-
Steffen Müthing authored
In order to reuse the same source file, the fassign tests pass in the values to be assigned as a preprocessor define. Unfortunately, the preprocessor of clang 3.3 dies on this list if it contains spaces.
-
Christian Engwer authored
fix FS#1301
-
Andreas Buhr authored
-
Steffen Müthing authored
In order to reuse the same source file, the fassign tests pass in the values to be assigned as a preprocessor define. Unfortunately, the preprocessor of clang 3.3 dies on this list if it contains spaces.
-