Skip to content
Snippets Groups Projects
  1. Feb 05, 2016
  2. Feb 25, 2015
  3. Jan 22, 2015
  4. Dec 22, 2014
  5. Dec 20, 2013
    • Markus Blatt's avatar
      [cmake,release] Corrects setting of HAVE_* variables. · e258dbd6
      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.
      e258dbd6
  6. Oct 28, 2013
  7. Oct 23, 2013
    • 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
Loading