- Apr 20, 2012
-
-
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
the latter results in no define if value VAR is False. [[Imported from SVN: r6637]]
-
Markus Blatt authored
[[Imported from SVN: r6636]]
-
Markus Blatt authored
[[Imported from SVN: r6635]]
-
- Apr 19, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6634]]
-
Markus Blatt authored
share/doc/dune-common/doxygen. InstallFile.cmake now supports a list of files. [[Imported from SVN: r6633]]
-
- 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
[[Imported from SVN: r6625]]
-
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]]
-
Markus Blatt authored
[[Imported from SVN: r6623]]
-
Markus Blatt authored
Doyfile.in needs to be generated. [[Imported from SVN: r6622]]
-
Markus Blatt authored
[[Imported from SVN: r6621]]
-
Markus Blatt authored
[[Imported from SVN: r6620]]
-
- Apr 15, 2012
-
-
Markus Blatt authored
Right now only the buildsystem documentation is built. [[Imported from SVN: r6619]]
-
Markus Blatt authored
creates. Thus we can run latex during make doc. [[Imported from SVN: r6618]]
-
- Apr 11, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6615]]
-
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
[[Imported from SVN: r6613]]
-
Markus Blatt authored
Now the executables with the correct names are built. [[Imported from SVN: r6612]]
-
Markus Blatt authored
[[Imported from SVN: r6611]]
-
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
[[Imported from SVN: r6605]]
-
Markus Blatt authored
[[Imported from SVN: r6604]]
-
Markus Blatt authored
ISSUES: - Only works for out of source builds - We will probably run into issues on non-unix platforms - Is the licence compatible with ours? [[Imported from SVN: r6603]]
-
Markus Blatt authored
The documentation is still not built and therefore not installed [[Imported from SVN: r6602]]
-
Markus Blatt authored
[[Imported from SVN: r6601]]
-
- 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]]
-
Markus Blatt authored
[[Imported from SVN: r6593]]
-
- Mar 15, 2012
-
-
Christoph Grüninger authored
Fixed mismatching condition in endforeach in FindSharedPtr.cmake [[Imported from SVN: r6592]]
-
Christoph Grüninger authored
Temporarilly remove syncertest from building. Add some comments to config.h.cmake. [[Imported from SVN: r6591]]
-
- Mar 14, 2012
-
-
Christoph Grüninger authored
Exclude linking to MPI_CXX_LIBRARIES if MPI not found. [[Imported from SVN: r6590]]
-
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]]
-