Skip to content
Snippets Groups Projects
  1. Apr 04, 2017
    • mark's avatar
      ENH: reduce reliance on FOAM_EXT_LIBBIN during builds · 6b061efb
      mark authored
      - just check WM_PROJECT_DIR instead.
      
      - provide a fallback value when FOAM_EXT_LIBBIN might actually be needed.
      
      Only strictly need FOAM_EXT_LIBBIN for scotch/metis decomposition, and
      when these are actually supplied by ThirdParty.
      All other ThirdParty dependencies are referenced by BOOST_ARCH_PATH etc.
      
      Can therefore drop the FOAM_EXT_LIBBIN dependency for VTK-related
      things, which do not use scotch/metis anyhow.
      6b061efb
  2. Mar 30, 2017
  3. Mar 10, 2017
  4. Feb 06, 2017
  5. Jan 28, 2017
  6. Dec 23, 2016
  7. Dec 22, 2016
    • mark's avatar
      COMP: update lnInclude directories when building (issue #364) · b1adda73
      mark authored
      - Could be related to interrupted builds.
        So if there are any parts of the build that rely on an explicit
        'wmakeLnInclude', make sure that the contents are properly updated.
      
      --
      
      ENH: improved feedback from top-level Allwmake
      
      - Report which section (libraries, applications) is being built.
      
      - Provide final summary of date, version, etc, which can be helpful
        for later diagnosis or record keeping.
      
      - The -log=XXX option for Allwmake now accepts a directory name
        and automatically appends an appropriate log name.
        Eg,
            ./Allwmake -log=logs/  ->> logs/log.linux64GccDPInt32Opt
      
        The default name is built from the value of WM_OPTIONS.
      
      --
      
      BUG: shell not exiting properly in combination with -log option
      
      - the use of 'tee' causes the shell to hang around.
        Added an explicit exit to catch this.
      
      --
      
      - Detecting the '-k' (-non-stop) option at the top-level Allwmake, which
        may improve robustness.
      
      - Explicit continue-on-error for foamyMesh (as optional component)
      
      - unify format of script messages for better readability
      
      COMP: reduce warnings when building Pstream (old-style casts in openmpi)
      b1adda73
  8. Jul 04, 2016
  9. Jun 24, 2016
  10. Feb 15, 2016
  11. Oct 26, 2015
  12. Dec 14, 2014
  13. Dec 10, 2014