Skip to content
Snippets Groups Projects
  1. Dec 28, 2013
  2. Dec 20, 2013
    • Steffen Müthing's avatar
      [bugfix] Fixes GMP test. · 79cc2c42
      Steffen Müthing authored and Markus Blatt's avatar Markus Blatt committed
      Previoulsy CMake always fails to find the __gmpz_abs symbol on my machine, even though it is clearly there.
      The test used check_symbol_exists. According to the documentation, check_symbol_exists tries to include the
      second argument into a test program to check whether there is a prototype for the first argument, so as the
      second argument is a binary, that can't really work... This patch switches over to use check_library_exists.
      79cc2c42
    • 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
  3. Dec 19, 2013
  4. Dec 18, 2013
  5. Dec 17, 2013
  6. Dec 16, 2013
  7. Dec 15, 2013
  8. Dec 13, 2013
  9. 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
  10. Dec 03, 2013
  11. Dec 02, 2013
Loading