Skip to content
Snippets Groups Projects
  1. Jun 13, 2024
  2. Dec 15, 2021
    • Mark OLESEN's avatar
      CONFIG: update versions · b0748af9
      Mark OLESEN authored
      - ADIOS2-2.7.1      latest
      - CGAL-4.14.3       latest without c++14 requirement
      - ParaView-v5.10.0  final (or RC2)
      - boost_1_74_0      newest is 1_77_0 but had problems with gcc-4.8.5
      - fftw-3.3.10       bugfix
      - openmpi-4.1.2     latest
      - scotch_6.1.0 (no change) - dgraph regression in 6.1.2
      - kahip-3.14        latest
      b0748af9
  3. Jun 19, 2020
  4. Oct 31, 2019
  5. Jul 31, 2018
  6. Dec 15, 2017
  7. Jan 11, 2018
    • Mark OLESEN's avatar
      ENH: improved handling of gmp/mpfr library settings (issue #674) · 110b00f0
      Mark OLESEN authored
      - export library path for gmp/mpfr from CGAL config files.
        This is required when non-system gmp/mpfr libraries are being
        used, but not using a ThirdParty compiler installation.
      
      - automatically handle lib/ vs lib64/ (eg, for central installations)
        for packages such as boost, CGAL, etc. While the ThirdParty
        compilation of these will normally land in lib64/, this may not be
        the case when they are supplied by another means.
      
      - reworked the handling of foamEtcFile and foamCleanPath for less
        clutter in the configuration files.
        Added the bin/tools/lib-dir script to handle logic that is
        too complex to easily manage in csh.
      110b00f0
  8. Nov 20, 2017
  9. Mar 14, 2017
  10. Feb 20, 2017
  11. Nov 23, 2016
    • Mark Olesen's avatar
      CONFIG: bump versions of various third-party sources · e9e97603
      Mark Olesen authored
      * boost 1_62_0 (Sept 2016)
      
      * CGAL 4.9 (Sept 2016)
        - now has headers-only mode that could be interesting
      
      * FFTW 3.3.5 (Jul 2016)
      
      * openmpi 1.10.4 (Sept 2016)
        - the first openmpi 2.x release is also available, but too early to switch
      
      * paraview 5.2.0 (Nov 2016)
        - builds without additional patching
      
      STYLE: removed unneeded CMake environment variables
      e9e97603
  12. Jul 05, 2016
  13. Jun 28, 2016
  14. Jun 23, 2016
  15. Jun 17, 2016
  16. Jun 14, 2016
  17. May 29, 2016
  18. May 15, 2016
  19. Feb 15, 2016
  20. Feb 10, 2016
  21. Oct 23, 2015
  22. May 18, 2015
  23. Dec 31, 2014
    • Henry's avatar
      Added and verified support for 64bit labels · 325b003b
      Henry authored
      To compile with 64bit labels set
      
      WM_LABEL_SIZE=64
      
      in ~/OpenFOAM/dev/prefs.sh
      
      source ~/.bashrc
      
      then Allwmake in OpenFOAM-dev.
      
      This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt
      
      If WM_LABEL_SIZE is unset or set to 32:
      
      WM_LABEL_SIZE=32
      
      the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt
      
      Thus both 32bit and 64bit label builds can coexist without problem.
      325b003b
  24. Jan 30, 2014
  25. Jan 28, 2014
  26. Aug 14, 2011
  27. May 03, 2011
  28. May 02, 2011
  29. Jan 19, 2011
  30. Jan 14, 2011
  31. Jan 07, 2011
  32. Jan 05, 2011
  33. Mar 29, 2010
  34. Mar 23, 2010
  35. Mar 19, 2010
  36. Mar 09, 2010
  37. Mar 01, 2010
  38. May 13, 2009
    • Mark Olesen's avatar
      renamed buildParaView3.5-cvs -> buildParaView and reworked · 2aec8f28
      Mark Olesen authored
      - get version from $ParaView_VERSION or from -version option
      - added QT gui support (useful when compiling enGrid)
      - update files for finding cmake-2.6.4 as well
      - added bin/engridFoam for calling a version of enGrid that uses the
        paraview libraries compiled with/for OpenFOAM
      - added foam3rdParty change directory alias
      2aec8f28