Skip to content
Snippets Groups Projects
  1. Nov 16, 2020
  2. Nov 04, 2020
  3. Sep 11, 2020
  4. Sep 07, 2020
  5. Aug 12, 2020
  6. Aug 11, 2020
  7. Aug 10, 2020
  8. Aug 07, 2020
  9. Jun 24, 2020
    • Mark OLESEN's avatar
      ENH: delay testing of FOAM_EXT_LIBBIN · bdd4266e
      Mark OLESEN authored
      - only test in the packages that actually require it.
        State as a requirement.
      
      ENH: skip build of packages with known mingw issues
      
      - primarily kahip and pt-scotch.
        Others may also have issues, but for these we tend to use system
        packages anyhow.
      
      ENH: add '-force' option to various scripts
      
      - overrides some _lazy_ build logic
      v2006
      bdd4266e
  10. Jun 22, 2020
  11. Jun 18, 2020
  12. Jun 15, 2020
  13. Jun 05, 2020
  14. May 14, 2020
  15. May 02, 2020
  16. Apr 15, 2020
  17. Jan 20, 2020
  18. Dec 17, 2019
  19. Dec 15, 2019
  20. Dec 09, 2019
  21. Nov 20, 2019
  22. Nov 19, 2019
  23. Nov 12, 2019
  24. Nov 11, 2019
  25. Oct 28, 2019
  26. Oct 02, 2019
  27. Aug 16, 2019
  28. Jul 31, 2019
  29. Jul 29, 2019
    • Mark OLESEN's avatar
      BUG: export minimal compiler flags for VTK, ParaView (fixes #44) · 17a443a5
      Mark OLESEN authored
      - in 1906, we changed the handling of compiler flags to include the
        exact values as used by OpenFOAM.
      
        While this is needed for compiling some external programs -- see
        OpenFOAM-plus#1256
        for the discussion -- it appears to bring in flags that upset
        some of the ParaView (and possibly VTK) compilation.
      
        The culprits are likely to be found in the various '-W' switches,
        but for now we simply extract a mininal set of compiler flags
        that include -std=c++11 -m64 -fPIC, but no optimization flags,
        additional warnings flags or OpenFOAM-specific defines.
      17a443a5
  30. Jun 28, 2019
  31. Jun 27, 2019