- Apr 08, 2015
-
-
Steffen Müthing authored
This reverts commit 5f053401. I was a little hasty in cherry-picking this from the dune_enable_all_packages() branch, as it needs some infrastructure from over there.
-
Steffen Müthing authored
-
Steffen Müthing authored
-
- Feb 25, 2015
-
-
Dominic Kempf authored
Until now, the global properties that hold the collection of flags for all packages have been updated manually in each find module. It might be convenient for developers to put this into a macro that uses CMakeParseArguments.
-
- Jan 22, 2015
-
-
Dominic Kempf authored
-
- Dec 22, 2014
-
-
- Sep 18, 2013
-
-
Exclusion from the headercheck can be achieved in a CMakeLists.txt file via the following macros: exclude_from_headercheck(list...) exclude_dir_from_headercheck() exclude_all_but_from_headercheck(list...) When not excluded, all headers matching dune/*.hh or src/*.hh will be checked. Unlike with autotools, make headercheck can only be called on the toplevel module directory and then run on all module headers. In contrast to autotools, CMake will cache the results and rerun only checks on changed headers.
-
- May 02, 2013
-
-
Markus Blatt authored
Find<Package>.cmake modules, as they were missing with set CMAKE_DISABLE_<Package>=TRUE. Now they are in speparte modules Add<Package>Flags and thus can be used as exspected with disabled packages. [[Imported from SVN: r7463]]
-
- Apr 29, 2013
-
-
Markus Blatt authored
latter should be used to specify the location of the cmake package config file. - [BugFix] Set HAVE_PARMETIS for config.h generation - Use check_function_exists to search for parmetis_v3_partkway. The previously used check_symbol_exists is meant for checking symbols defined in headers. [[Imported from SVN: r7459]]
-
- Mar 15, 2013
-
-
Markus Blatt authored
The latter is the location of the package configuration files. [[Imported from SVN: r7427]]
-
- Nov 02, 2012
-
-
Christoph Grüninger authored
Improve ParMETIS test, tested with dune-istl and ParMETIS versions 3.2.0 and 4.0.2. [[Imported from SVN: r7054]]
-
- Sep 04, 2012
-
-
Markus Blatt authored
the user supplied path and the NO_DEFAULT_PATH option and a second without PATH and NO_DEFAULT_PATH. Removed ifclauses around second search as due to caching the search will not be performed if the first find was successful. [[Imported from SVN: r6963]]
-
Christoph Grüninger authored
Fix ParMETIS part of FindParMETIS.cmake, tested with dune-istl and ParMETIS 3.2 / ParMETIS 4.0. [[Imported from SVN: r6962]]
-
- Aug 13, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6899]]
-
- May 30, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6783]]
-
- May 25, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6766]]
-
- May 24, 2012
-
-
Markus Blatt authored
reasonable help. Renamed add_parmetis_flags to add_dune_parmetis_flags for consistency. [[Imported from SVN: r6764]]
-
- May 16, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6726]]
-