Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jul 11, 2018
    • Martin Alkämper's avatar
      [!49] Add a workaround to fix compilation with clang 6 · 51c87ab0
      Martin Alkämper authored
      Merge branch 'bugfix/fix-build-with-clang-6' into 'master'
      
      clang 6 hangs indefinitely when trying to compile gitter_mgb.cc or
      gitter_pll_mgb.cc with an optimization level of -O2 or higher. I tried
      isolating the exact cause of the problem, but didn't have much luck with that,
      so this patch adds some CMake logic that detects the problematic case and
      forces the optimization level for those two files down to -O1 if necessary,
      but avoids bumping it up in case of a debug build.
      
      If possible, it would be good to also backport this patch to the 2.6 release
      branch.
      
      See merge request [extensions/dune-alugrid!49]
      
        [extensions/dune-alugrid!49]: gitlab.dune-project.org/extensions/dune-alugrid/merge_requests/49
      51c87ab0
  2. Jul 04, 2018
  3. Jul 03, 2018
    • Steffen Müthing's avatar
      Add a workaround to fix compilation with clang 6 · 62f800ad
      Steffen Müthing authored
      clang 6 hangs indefinitely when trying to compile gitter_mgb.cc or gitter_pll_mgb.cc with an
      optimization level of -O2 or higher. This patch adds some CMake logic that detects the problematic
      case and forces the optimization level for those two files down to -O1 if necessary, but avoids
      bumping it up in case of a debug build.
      62f800ad
    • Steffen Müthing's avatar
      [cmake] Link libdunealugrid against DUNE_LIBS · 67205d7d
      Steffen Müthing authored
      When building libdunealugrid as a shared library, linking fails (at
      least on OS X) due to missing references to symbols in the core
      libraries.
      
      This patch fixes the problem by explicitly linking against the Dune
      libraries.
      67205d7d
  4. Jun 18, 2018
  5. Jun 12, 2018
  6. Jun 06, 2018
  7. May 31, 2018
  8. May 30, 2018
  9. May 29, 2018
  10. Apr 19, 2018
  11. Apr 18, 2018
  12. Apr 17, 2018
  13. Apr 11, 2018
  14. Apr 10, 2018
  15. Apr 09, 2018
  16. Feb 21, 2018
  17. Feb 11, 2018
  18. Jan 25, 2018
  19. Jan 23, 2018
  20. Jan 22, 2018
  21. Jan 19, 2018
  22. Dec 17, 2017
  23. Dec 15, 2017
  24. Nov 19, 2017
  25. Nov 18, 2017
  26. Nov 10, 2017
Loading