Skip to content
Snippets Groups Projects
  1. Jan 07, 2014
  2. Jan 06, 2014
  3. Jan 02, 2014
    • Markus Blatt's avatar
      [cmake,release] Corrects setting of HAVE_* variables. · 64c80e41
      Markus Blatt authored
      For generating the config.h file we use the HAVE_* variables instead
      of the CMake ones *_FOUND, Unfortunately, we sometines to not set
      HAVE_* to the value of the *_FOUND vriable but to its name. Usually
      we only query whether these variable are set at all. While
      this often (except for psurface) does not pose a problem, it is semantically
      wrong. Therfore this patch fixes this.
      
      Kudos to Ansgar for pointing to this problem.
      64c80e41
  4. Nov 21, 2013
  5. Oct 23, 2013
    • Markus Blatt's avatar
      [umfack] Moved build system tests for umfpack to dune-common · 5305bca7
      Markus Blatt authored
      This patch removed the tests for umfpack from dune-istl as they
      are already needed in dune-common. There are modules using umfpack
      that do not require dune-istl. Therefore dune-common seems to be the
      more appropriate place for the test.
      5305bca7
    • Dominic Kempf's avatar
      [FEATURE] Add UMFPack support to dune-istl · 4b038585
      Dominic Kempf authored and Markus Blatt's avatar Markus Blatt committed
      This commit contains
      - a wrapper for the C library UMFPack
      - tests for both CMake and autotools to find UMFPack on the system
      - a unit test for UMFPack
      - a new MatrixType ColCompMatrix which is a base class for a column
        compressed matrix. SuperLUMatrix now inherits from this base class.
        This way, no code is duplicated for the very similar interface in
        UMFPack.
      - the SuperLU-specific part of OverlappingSchwarz code is abstracted
        to work with either SuperLU or UMFPack
      4b038585
  6. Sep 18, 2013
  7. Sep 11, 2013
  8. May 02, 2013
    • Markus Blatt's avatar
      Moved add_dune_<package>_flags functions out of the · 9e431b27
      Markus Blatt authored
      Find<Package>.cmake modules, as they were missing with set
      CMAKE_DISABLE_<Package>=TRUE.
      
      Now they are in speparte modules Add<Package>Flags and thus can be
      used as exspected with disabled packages.
      
      [[Imported from SVN: r1926]]
      9e431b27
  9. Apr 29, 2013
  10. Apr 10, 2013
  11. Mar 15, 2013
  12. Feb 18, 2013
  13. Feb 13, 2013
  14. Nov 19, 2012
    • Christoph Grüninger's avatar
      [FindSuperLU.cmake] · c635767c
      Christoph Grüninger authored
      Update test to conform common style.
      Changed user variable SUPERLU_DIR to SUPERLU_PREFIX.
      
      [[Imported from SVN: r1731]]
      c635767c
  15. Sep 27, 2012
  16. Sep 20, 2012
  17. Sep 11, 2012
  18. Sep 08, 2012
  19. Sep 06, 2012
  20. Sep 05, 2012
    • Christoph Grüninger's avatar
      [FindSuperLU.cmake] · bce5f1dd
      Christoph Grüninger authored
      Rework SuperLU check; it conforms to the way CMake wants checks. Thanks to Markus Blatt for the hints.
      
      [[Imported from SVN: r1695]]
      bce5f1dd
  21. Aug 28, 2012
  22. Jul 17, 2012
    • Christoph Grüninger's avatar
      [FindSuperLU] · 325b0065
      Christoph Grüninger authored
      Add test for HAVE_MEM_USAGE_T_EXPANSIONS needed for SuperLU 3.0.
      This fixes CMake Bug #133.
      
      [[Imported from SVN: r1655]]
      325b0065
  23. May 31, 2012
    • Christoph Grüninger's avatar
      [CMake] · 13ed8a92
      Christoph Grüninger authored
      Add HAVE_SUPERLU et al. to config.h.
      Update test set up to handle SuperLU tests correctly.
      
      [[Imported from SVN: r1615]]
      13ed8a92
  24. May 30, 2012
    • Christoph Grüninger's avatar
      [CMake] · a94d239a
      Christoph Grüninger authored
      Some variable from FindSuperLU.cmake are now cached.
      Added function add_dune_superlu_flags.
      
      [[Imported from SVN: r1613]]
      a94d239a
  25. May 29, 2012
  26. May 28, 2012
  27. May 26, 2012
  28. May 16, 2012
  29. May 07, 2012
  30. May 06, 2012
Loading