- Nov 11, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r7058]]
-
- Nov 10, 2012
-
-
Christoph Grüninger authored
Add check for libgmpxx. It should not happen but I had the problem with two systems (Mac OS X and Hermit XE6) that gmpxx.hh was found but no libgmpxx. [[Imported from SVN: r7057]]
-
- Nov 06, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r7056]]
-
- Oct 25, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r7052]]
-
Markus Blatt authored
once. Improved help string. [[Imported from SVN: r7051]]
-
- Oct 07, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r7030]]
-
- Oct 06, 2012
-
-
Christian Engwer authored
AM_PROG_MKDIR_P is deprecated; see `Obsolete Macros' in the automake manual Kudos to Elias Pipping [[Imported from SVN: r7029]]
-
- Oct 05, 2012
-
-
Christian Engwer authored
add new test for sys/mman.h and the sysmbol posix_mprotect [[Imported from SVN: r7015]]
-
- Sep 22, 2012
-
-
Martin Nolte authored
C++11 requires a cast operator from integral_constant< T, v > to T. As far as I could make out, no gcc version provides this cast in <tr1/type_traits> and only gcc >= 4.6 provides it in <type_traits>. Therefore, the configure check now tests for the cast operator only in <type_traits>. Note: Our drop-in replacement conforms to the standard in the above-mentioned sense. [[Imported from SVN: r6992]]
-
- Sep 20, 2012
-
-
Christoph Grüninger authored
Try -std=c++11 before -std=c++0x as the latter causes a warning for Clang. (solves partly FS#989) [[Imported from SVN: r6986]]
-
- Sep 18, 2012
-
-
Christoph Grüninger authored
Updated version test to gcc >= 4.1. Added version test for clang >= 3.0. Unfortunately I am not aware of the minimum required version of icc, this test remains for icc >= 7.0. White space adjustments. [[Imported from SVN: r6985]]
-
- Sep 03, 2012
-
-
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]]
-
- Aug 31, 2012
-
-
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]]
-
Oliver Sander authored
Patch by Markus Blatt. See FS 979 [[Imported from SVN: r6947]]
-
- Aug 26, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6928]]
-
- Aug 12, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6896]]
-
- Aug 10, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6892]]
-
Markus Blatt authored
default if the module supports it. This can be behaviour can be deactivated using the --use-autoconf switch. Then autoconf is used whereever posible. [[Imported from SVN: r6891]]
-
- Jul 27, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6875]]
-
- Jul 26, 2012
-
-
Markus Blatt authored
error as it would have halted configure) [[Imported from SVN: r6874]]
-
- Jul 06, 2012
-
-
Christian Engwer authored
fix typo in ax_boost_base (thanks to Bård Skaflestad for the patch) [[Imported from SVN: r6818]]
-
- Jun 19, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6808]]
-
- Jun 12, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r6801]]
-
Christian Engwer authored
only warn about disabled duneweb if the user tried to use duneweb [[Imported from SVN: r6800]]
-
Christian Engwer authored
disable dune-web if wml or doxygen is missing give a warning when diabling dune-web [[Imported from SVN: r6799]]
-
- May 25, 2012
-
-
Oliver Sander authored
avoid unused variable warnings/error in nullptr test patch by Matthias Wohlmuth [[Imported from SVN: r6771]]
-
- May 23, 2012
-
-
Christian Engwer authored
avoid unused variable warnings/error in nullptr test patch by Matthias Wohlmuth [[Imported from SVN: r6760]]
-
Oliver Sander authored
[[Imported from SVN: r6758]]
-
- May 22, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6751]]
-
- May 20, 2012
-
-
Oliver Sander authored
This fixes FS 946. [[Imported from SVN: r6734]]
-
- May 15, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r6721]]
-
- Apr 30, 2012
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6666]]
-
- Apr 03, 2012
-
-
Markus Blatt authored
The documentation is still not built and therefore not installed [[Imported from SVN: r6602]]
-
- Mar 20, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r6596]]
-
- Mar 05, 2012
-
-
Markus Blatt authored
Default to metis and parmetis as lib name. Use correct variable names. [[Imported from SVN: r6579]]
-
- Mar 03, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r6575]]
-
- Feb 13, 2012
-
-
Carsten Gräser authored
[[Imported from SVN: r6573]]
-
Martin Nolte authored
also use AS_IF instead of direct shell commands (more portable) [[Imported from SVN: r6572]]
-