Skip to content
Snippets Groups Projects
  1. Feb 04, 2015
  2. Feb 03, 2015
  3. Feb 02, 2015
  4. Jan 29, 2015
    • Dominic Kempf's avatar
      [CMake] Recognize UMFPack in compatibility layer · 13de6088
      Dominic Kempf authored
      The UMFPack test has been added after CMake, so I simply
      didnt know that it should be placed here, too.
      13de6088
    • Dominic Kempf's avatar
      [Bugfix][CMake] Fix problem with compatibility layer and parallel builds. · b57a46c0
      Dominic Kempf authored
      The compatibility layer disabled MPI whenever it did not find
      the --enable-parallel flag. This is overeager and harmful if users
      are gradually switching to replacing the configure flags with real
      cmake flags.
      
      Consider an opts file, with the following content:
      CMAKE_FLAGS="-DUSE_MPI=ON"
      
      The compatibility layer would now parse the non-existent CONFIGURE_FLAGS
      variable for an --enable-parallel option and disable MPI because it was
      not found. The -DCMAKE_DISABLE_FIND_PACKAGE_MPI=TRUE supersedes the USE_MPI=ON
      and we get a sequential build.
      
      The fix applied in this patch removes the else clause and only adds
      cmake flags when the --enable-parallel flag was found. To still explicitly
      allow to force sequential builds, the --disable-parallel flag is parsed
      in the same manner.
      b57a46c0
    • Christoph Grüninger's avatar
      [CMake] Treat suggested dune-modules as OPTIONAL. · 2b1a0a03
      Christoph Grüninger authored
      RECOMMENDED created new categories in the summary.
      Technically there are no differences.
      2b1a0a03
  5. Jan 27, 2015
  6. Jan 26, 2015
  7. Jan 19, 2015
    • Dominic Kempf's avatar
      [CMake][Bugfix] Fix two typos in the metis test · 9addf077
      Dominic Kempf authored
      Tried to include CheckSymbolExists instead of CheckFunctionExists.
      The wrong include only triggered in a very rare case, where
      the module had not been included from elsewhere in the project.
      
      Also, a typo in a library variable.
      9addf077
  8. Jan 15, 2015
  9. Jan 13, 2015
  10. Jan 11, 2015
  11. Jan 09, 2015
  12. Jan 02, 2015
  13. Dec 29, 2014
  14. Dec 26, 2014
  15. Dec 22, 2014
  16. Dec 12, 2014
  17. Dec 11, 2014
  18. Dec 08, 2014
  19. Dec 05, 2014
  20. Dec 02, 2014
  21. Dec 01, 2014
  22. Nov 28, 2014
Loading