You need to sign in or sign up before continuing.
- Mar 18, 2014
-
-
Christian Engwer authored
-
- Sep 27, 2013
-
-
Christoph Grüninger authored
-
- Aug 20, 2013
-
-
Markus Blatt authored
-
- Feb 20, 2013
-
-
Markus Blatt authored
Renmaed CMAKE_(SOURCE|BINARY)_DIR to PROJECT_(SOURCE|BINARY)_DIR to let people build dune modules as subproject of another project. [[Imported from SVN: r7367]]
-
- Oct 19, 2012
-
-
Markus Blatt authored
Some of the macros used are only available for CMake 2.8.6 and higher. Bumped required CMake version [[Imported from SVN: r7044]]
-
- Sep 27, 2012
-
-
Markus Blatt authored
after configure) - Make CMake module installation path configurable - Detect CMAKE_MODULE_PATH automatically + First call find_package(dune-common) to query its CMAKE_MODULE_PATH + Then setup the module path + After each find_package of dune module update the CMAK_MODULE_PATH + each module exports ist own <package-name>_MODULE_PATH in the + package configuration files - Adapted dunecontrol and duneproject accordingly. [[Imported from SVN: r6996]]
-
- 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 03, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6956]]
-
- Aug 16, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6907]]
-
- May 22, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6753]]
-
Christoph Grüninger authored
[[Imported from SVN: r6744]]
-
- May 16, 2012
-
-
Markus Blatt authored
modul name (lower case with dashes). These leads to kind of weired variabable names (dune-common_DIR, dune-common_LIBRARIES, etc.) but finds non-installes modules easier. You just sets CMAKE_PREFIX_PATH to the directory containing the modules. [[Imported from SVN: r6724]]
-
- May 07, 2012
-
-
Markus Blatt authored
executed by finalize_dune_project, anyway. [[Imported from SVN: r6701]]
-
Markus Blatt authored
to install modules anymore. [[Imported from SVN: r6700]]
-
- May 02, 2012
-
-
Markus Blatt authored
Now make test works in all directories. [[Imported from SVN: r6679]]
-
- Apr 27, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6660]]
-
- 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
[[Imported from SVN: r6652]]
-
- Apr 20, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6643]]
-
Markus Blatt authored
Produce and install a preliminary package configuration file. [[Imported from SVN: r6641]]
-
Markus Blatt authored
http://public.kitware.com/Bug/view.php?id=9220 . Used the provided workaround to make fortran optional. Please note: No Fortran == No Lapack or Blas [[Imported from SVN: r6639]]
-
Markus Blatt authored
[[Imported from SVN: r6638]]
-
Markus Blatt authored
[[Imported from SVN: r6635]]
-
- Apr 16, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6627]]
-
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]]
-
Markus Blatt authored
Removed UseDoxygen.cmake as it does not seem to fit our needs. BTW: Welcome to the CMake hell! It exists, I have experienced it! [[Imported from SVN: r6624]]
-
- Apr 15, 2012
-
-
Markus Blatt authored
Right now only the buildsystem documentation is built. [[Imported from SVN: r6619]]
-
- Apr 11, 2012
-
-
Markus Blatt authored
the ENABLE trick). Added an utility cmake function to add the necessary flags for compilation and linking. [[Imported from SVN: r6614]]
-
Markus Blatt authored
directories. This seems to be more manageable. - Deactivated building of the test during make all. Seems annoying to our users. - Introduced make check mimicing autotools. Tests still fail where they should not. [[Imported from SVN: r6610]]
-
Markus Blatt authored
[[Imported from SVN: r6609]]
-
- Apr 03, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6606]]
-
Markus Blatt authored
The documentation is still not built and therefore not installed [[Imported from SVN: r6602]]
-
- Mar 26, 2012
-
-
Markus Blatt authored
and static (dune-common) linkage. For supercomputer we need pure statically linked binaries. This patch maked Cmake prefer static linkage on request (i.e. setting DUNE_USE_ONLY_STATIC_LIB to true). Unfortunately, this breaks the Lapack test on ubuntu and Debian (at least wheezy) as there are multiple definitions in libblas.a and liblapack.a. [[Imported from SVN: r6598]]
-
- Mar 25, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6597]]
-
- Mar 20, 2012
-
-
Markus Blatt authored
Do not use cmakedefine01, as DUNE relies on the fact that there is no define if a feature is not there. Use a similar order for the defines in config.h.cmake for better comparsin with e.g. meld. [[Imported from SVN: r6594]]
-
- Mar 14, 2012
-
-
Christoph Grüninger authored
Create libdunecommon.la in the right directory. [[Imported from SVN: r6589]]
-
Christoph Grüninger authored
Added support for MPI. Write module version information to config.h. [[Imported from SVN: r6588]]
-
Christoph Grüninger authored
Most tests are run correctly, some fail due to an exception or missing MPI support. Module name, version and email address is extracted from dune.module. [[Imported from SVN: r6587]]
-
- Mar 13, 2012
-
-
Christoph Grüninger authored
Include config.h even if built ot-of-source. Include static_assert_test to be build on test and not run. [[Imported from SVN: r6586]]
-
- Mar 09, 2012
-
-
Christoph Grüninger authored
directory. [CMake] make builds more than half of the tests. [[Imported from SVN: r6580]]
-