- 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]]
-
- May 24, 2012
-
-
Markus Blatt authored
reasonable help. Renamed add_parmetis_flags to add_dune_parmetis_flags for consistency. [[Imported from SVN: r6764]]
-
- May 07, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6703]]
-
Markus Blatt authored
call). Mimic this in the variable names used in the package configuration files. - CMake practices for variable name in package configuration - added an optional argument for specifying a dependency to create_doc_install. This is needed as add_latex_document with the safepdf option creates a target <basename>_safepdf for building <basename>.pdf. Without specifying <basename>_safepdf as the dependency, <basename>.pdf would be build in non-safe mode before install leading to errors with eps figures. [[Imported from SVN: r6699]]
-
- May 06, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6689]]
-
- May 04, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6688]]
-
Markus Blatt authored
[[Imported from SVN: r6687]]
-
Markus Blatt authored
[[Imported from SVN: r6686]]
-
- Apr 30, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6672]]
-
- Apr 29, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6662]]
-
- Apr 23, 2012
-
-
Markus Blatt authored
other DUNE modules. Check the dune.module file more rigorously! (Previously errors were not apparent) [[Imported from SVN: r6655]]
-
Markus Blatt authored
subprocess cmak call. [[Imported from SVN: r6650]]
-
- Apr 16, 2012
-
-
Markus Blatt authored
documentation besides doxygen can be installed. - Make sure we install under ${CMAKE_INSTALL_PREFIX}. Therefore we must provide the absolute path to our custom install script. - Include DuneDoc at toplevel and let create the doc target. Thus we can use its macros all over the place. [[Imported from SVN: r6626]]
-