- Jan 26, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r5866]]
-
- Jan 25, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5865]]
-
Oliver Sander authored
[[Imported from SVN: r5860]]
-
Oliver Sander authored
[[Imported from SVN: r5859]]
-
Oliver Sander authored
[[Imported from SVN: r5858]]
-
- Jan 23, 2010
-
-
Andreas Dedner authored
[[Imported from SVN: r5857]]
-
Martin Nolte authored
[[Imported from SVN: r5856]]
-
- Jan 22, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r5853]]
-
Jorrit Fahlke authored
* Libraries are in .../lib, not .../libs. * When using AC_CHECK_LIB, the -L option has to be put into LDFLAGS temporarily. Use DUNE_CHECK_LIB_EXT, which does that automatically. * Clear the output variables if GMP was not found. * Put result into ALL_PKG_* instead of DUNE_PKG_* [[Imported from SVN: r5852]]
-
Jorrit Fahlke authored
useful for other peaple as well, move it from dune-localfunction to dune-common. [[Imported from SVN: r5851]]
-
Jorrit Fahlke authored
put -L into LIBS. Add to ALL_PKG_* [[Imported from SVN: r5850]]
-
Oliver Sander authored
[[Imported from SVN: r5849]]
-
Carsten Gräser authored
[[Imported from SVN: r5848]]
-
Oliver Sander authored
[[Imported from SVN: r5847]]
-
- Jan 21, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5846]]
-
Jorrit Fahlke authored
that automatically. [[Imported from SVN: r5845]]
-
- Jan 20, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r5844]]
-
Christian Engwer authored
[[Imported from SVN: r5843]]
-
Jorrit Fahlke authored
LOCAL_LIBS is meant to do. Also remove the bad example of passing preprocessor flags in CXXFLAGS from duneproject. [[Imported from SVN: r5842]]
-
Jorrit Fahlke authored
fix "FS#711 - GRIDDIM not in ALL_PKG_CPPFLAGS" [[Imported from SVN: r5841]]
-
- Jan 19, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5840]]
-
Jorrit Fahlke authored
DUNE_COMMON_CHECKS macro into the DUNE_MPI macro. Also add the GL flags to the ALL_PKG_* variables. [[Imported from SVN: r5839]]
-
Jorrit Fahlke authored
[[Imported from SVN: r5838]]
-
Jorrit Fahlke authored
[[Imported from SVN: r5837]]
-
Martin Nolte authored
[[Imported from SVN: r5836]]
-
Jorrit Fahlke authored
[[Imported from SVN: r5835]]
-
- Jan 18, 2010
-
-
Jorrit Fahlke authored
libs to the ALL_PKG_* family of variables and DUNE_ADD_MODULE_DEPS to add flags and libs to the DUNE_* family of variables and the modules variables. Use those macros in DUNE_CHECK_MODULES. [[Imported from SVN: r5834]]
-
Jorrit Fahlke authored
Rewrite the DUNE_CHECK_LIB_EXT macro: * Essentially copy and adapt the definition of AC_CHECK_LIB. This should make sure the two macros behave the same even in corner cases (except for the added functionality, of course). * Properly document what exactly is allowed in the arguments. [[Imported from SVN: r5833]]
-
Jorrit Fahlke authored
[[Imported from SVN: r5832]]
-
Jorrit Fahlke authored
[[Imported from SVN: r5831]]
-
- Jan 17, 2010
-
-
Jorrit Fahlke authored
* Essentially copy and adapt the definition of AC_CHECK_LIB. This should make sure the two macros behave the same even in corner cases (except for the added functionality, of course). * Properly document what exactly is allowed in the arguments. Parse arguments to DUNE_CHECK_LIBS_EXT properly in parmetis. This avoids expansions like 'LDFLAGS="$LDFLAGS -L"$PARMETISLIBPATH""'. [[Imported from SVN: r5830]]
-
Christian Engwer authored
std::tr1::array, but only by std::array. The reason is to avoid the alignment bug is gcc-4.[012] This allows Dune::FieldVector to inherit from Dune::array. [[Imported from SVN: r5829]]
-
- Jan 15, 2010
-
-
Jorrit Fahlke authored
Improve the module's m4 file generated by duneproject [[Imported from SVN: r5828]]
-
Jorrit Fahlke authored
[[Imported from SVN: r5827]]
-
- Jan 14, 2010
-
-
Jorrit Fahlke authored
ALL_PKG_*FLAGS and ALL_PKG_LIBS. [[Imported from SVN: r5826]]
-
- Jan 13, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r5825]]
-
Jorrit Fahlke authored
[[Imported from SVN: r5824]]
-
Martin Nolte authored
- autoconf documentation states that ifelse is remapped to m4_if - the library check is AC_CHECK_LIB I hope this is what was intended @Christian: Could you please verify this? [[Imported from SVN: r5823]]
-
Christian Engwer authored
[[Imported from SVN: r5822]]
-
Christian Engwer authored
[[Imported from SVN: r5821]]
-