Skip to content
Snippets Groups Projects
  1. Apr 08, 2014
  2. Apr 02, 2014
  3. Mar 23, 2014
  4. Mar 22, 2014
  5. Mar 21, 2014
  6. Mar 18, 2014
    • Oliver Sander's avatar
      Test for the 'final' keyword from C++11 · 5525e37a
      Oliver Sander authored
      This patch adds an AutoTools test that tests whether the compiler
      supports the 'final' keyword.  It defines the DUNE_FINAL preprocessor
      macro, which expands to 'final' if the keyword is supported, and
      is empty otherwise.
      5525e37a
  7. Mar 12, 2014
  8. Mar 05, 2014
  9. Feb 28, 2014
  10. Feb 14, 2014
  11. Jan 27, 2014
  12. Jan 17, 2014
  13. Jan 09, 2014
  14. Jan 07, 2014
  15. Jan 02, 2014
  16. Dec 28, 2013
  17. Dec 18, 2013
  18. Dec 11, 2013
    • Steffen Müthing's avatar
      [Release][MPI] Add check for MPI standard version and warn if installed version is < 2.1 · ac6885f8
      Steffen Müthing authored
      As decided in the doodle for FS#1395, really old MPI versions will be
      deprecated in the 2.3 release.
      
      This patch adds an additional check to the MPI tests for autotools and
      cmake that makes sure the user has an MPI which is at least compliant
      with MPI-2.1. If the user's version is older, a warning is generated.
      
      The test uses version macros instead of the more standard runtime
      MPI version query interface to avoid problems when cross-compiling.
      ac6885f8
  19. Dec 03, 2013
    • Martin Nolte's avatar
      [buildsystem] distribute cxx11_constexpr.m4 · 3887555a
      Martin Nolte authored
      The check for constexpr was not copied into the distribution.
      Unfortunately, the autotools will only warn about a missing macro, but
      give valid results otherwise. This patch adds the cxx11_constexpr.m4 to
      Makefile.am, so that it is distributed on "make dist".
      3887555a
  20. Nov 22, 2013
  21. Oct 24, 2013
  22. Oct 23, 2013
    • Markus Blatt's avatar
      [autotools] Use correct m4 file name (umfpack.m4) · 337a2abc
      Markus Blatt authored
      Previously a non existent file name (umfpack) was used in
      Makefile.am. This broke the build with the message:
      
      make[2]: *** Keine Regel vorhanden, um das Target »umfpack«,
        benötigt von »all-am«, zu erstellen.  Schluss.
      make[2]: Leaving directory `/home/mblatt/src/dune/current/dune-common/build-auto/m4'
      
      This patch fixes this by using the correct name.
      337a2abc
    • Markus Blatt's avatar
      [umfpack] Added buildsystem tests for UMFPack. · 2ab5f3c2
      Markus Blatt authored
      This patch adds test for both CMake and autotools as the
      build system.
      UMFPack is used by several dune modules (e.g. fem and istl)
      the only common required module by both is common. Therefore
      we add the test here to make it usable for all modules.
      
      BTW: These tests are taken from Dominics branch of dune-istl.
           Therefore he deserves the credit for them.
      2ab5f3c2
  23. Oct 18, 2013
  24. Oct 01, 2013
  25. Aug 27, 2013
  26. Aug 22, 2013
    • Steffen Müthing's avatar
      Add support for MPICH 3.x · 21d244f4
      Steffen Müthing authored
      MPICH has stepped up its versioning scheme, jumping from MPICH2 1.x
      to MPICH 3.x, but has stayed compatible to the older MPICH2 versions.
      Unfortunately, the macro MPICH2_VERSION used by mpi_config.m4 to detect
      the package has been renamed to MPICH_VERSION.
      
      This patch fixes the problem by adding a separate test for MPICH_VERSION
      ana making sure that the macro starts with the letter "3".
      21d244f4
Loading