- Sep 20, 2012
-
-
Markus Blatt authored
- Removed dependency on cmake version 2.8.9 Object libraries can now be created with dune_add_library(<target> OBJECT <sources>). It will create a GLOBAL property _DUNE_TARGET_OBJECTS:<target>_ that records the full path to the source files. Theses can later be referenced by providing _DUNE_TARGET_OBJECTS:<target>_ as one of the sources to dune_add_library [[Imported from SVN: r6987]]
-
- Sep 09, 2012
-
-
Christoph Grüninger authored
Add new command bexec, a copy of exec with executes the given commands in the build directory. [[Imported from SVN: r6984]]
-
- Sep 06, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6982]]
-
- Sep 05, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6981]]
-
Markus Blatt authored
Fixed some bugs in the documentation. (This is revision 6977 all over again, but with the correct commit message.) [[Imported from SVN: r6980]]
-
Markus Blatt authored
[[Imported from SVN: r6979]]
-
Markus Blatt authored
[[Imported from SVN: r6978]]
-
Markus Blatt authored
[[Imported from SVN: r6977]]
-
Markus Blatt authored
[[Imported from SVN: r6976]]
-
- Sep 04, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6975]]
-
Markus Blatt authored
documentation. Script now adds cmake support to existing modules and these modules build with cmake. [[Imported from SVN: r6974]]
-
Markus Blatt authored
[[Imported from SVN: r6973]]
-
Markus Blatt authored
[[Imported from SVN: r6972]]
-
Markus Blatt authored
[[Imported from SVN: r6971]]
-
Markus Blatt authored
[[Imported from SVN: r6970]]
-
Markus Blatt authored
[[Imported from SVN: r6969]]
-
Markus Blatt authored
[[Imported from SVN: r6968]]
-
Markus Blatt authored
run only during configure. [[Imported from SVN: r6967]]
-
Markus Blatt authored
[[Imported from SVN: r6966]]
-
Markus Blatt authored
[[Imported from SVN: r6965]]
-
Markus Blatt authored
The previous approach failed if there were to many files for the shell. [[Imported from SVN: r6964]]
-
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]]
-
- Sep 03, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6961]]
-
Markus Blatt authored
[[Imported from SVN: r6960]]
-
Markus Blatt authored
[[Imported from SVN: r6959]]
-
Markus Blatt authored
[[Imported from SVN: r6958]]
-
Markus Blatt authored
dune_add_library now appends targets for export if necessary. [[Imported from SVN: r6957]]
-
Markus Blatt authored
[[Imported from SVN: r6956]]
-
Christoph Grüninger authored
Use BUILDIR from opts file only if not empty string (=is set). [[Imported from SVN: r6955]]
-
Jorrit Fahlke authored
configure, even if MPI was found. [[Imported from SVN: r6954]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6953]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6952]]
-
Christoph Grüninger authored
Change default build dir from cmake-build to build-cmake to facilitate tab completion. [[Imported from SVN: r6951]]
-
- Aug 31, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6950]]
-
Markus Blatt authored
have been already seen by the linker. As DUNE_LIBS (e.g. dune-grid) use symbols from other libraries already in ALL_PKG_LIBS (e.g. those of the alugrid library), they should be appended to them. On the other hand libtool removes duplicate libraries provided when linking from, such that only the first occurence persits. Resulting e.g. in libalugrid coming after libgrid. This never caused problems because libtool added dependencies known to it from the .la file automatically. But it does when using dune core packages built with cmake (these lack .la files). All tests of the core module pass (except one in virtual refinement). Additionally dune-grid-howto build with ug and alugrid enabled. [[Imported from SVN: r6949]]
-
Martin Nolte authored
[[Imported from SVN: r6948]]
-
Oliver Sander authored
Patch by Markus Blatt. See FS 979 [[Imported from SVN: r6947]]
-
Christoph Grüninger authored
[[Imported from SVN: r6946]]
-
- Aug 30, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6945]]
-