- Apr 04, 2017
-
-
Mark Olesen 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.
-
- Mar 29, 2017
-
-
Mark Olesen authored
- minor bug: 'wclean empty' may have had issues with logical vs physical path
-
- Mar 10, 2017
-
-
Mark Olesen authored
- easier to test or use different versions - change WM_CXXFLAGS to -std=c++11 instead of -std=c++0x
-
- Feb 06, 2017
-
-
Mark Olesen authored
-
- Dec 23, 2016
-
-
Mark Olesen authored
- this is apparently not uniform across systems STYLE: unify the date format in logfile
-
- Dec 22, 2016
-
-
Mark Olesen 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)
-
- Jul 04, 2016
-
-
Henry Weller authored
It is better to run doc/Allwmake or doc/Doxygen/Allwmake and provide the required options.
-
- Jun 24, 2016
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
- Feb 15, 2016
-
-
Henry Weller authored
-
- Oct 26, 2015
-
-
Henry Weller authored
-
- Dec 14, 2014
-
-
Henry authored
-
- Jun 04, 2013
-
-
mattijs authored
-
- Dec 30, 2010
-
-
Mark Olesen authored
- place under $WM_THIRD_PARTY_DIR/lib/$WM_OPTIONS - relocate FOAM_MPI_LIBBIN accordingly
-
- Jul 02, 2010
-
-
Mark Olesen authored
-
- Jun 22, 2010
-
-
mattijs authored
-
- Aug 07, 2009
-
-
Mark Olesen authored
- solves problems that can occur when checking $PWD and links are involved
-
- Jul 31, 2009
-
-
henry authored
-
- Jul 30, 2009
-
-
henry authored
-
Mark Olesen authored
-
- Jul 29, 2009
-
-
henry authored
-
- Jul 27, 2009
-
-
Mark Olesen authored
- also gives better isolation between scripts
-
- Jul 24, 2009
-
-
Mark Olesen authored
-
henry authored
-
henry authored
-
Mark Olesen authored
- this improves the chances of having a current version
-
henry authored
-
- Nov 05, 2008
-
-
Mark Olesen authored
-
- Aug 09, 2008
-
-
Mark Olesen authored
-
- Jun 15, 2008
-
-
Mark Olesen authored
* use $WM_THIRD_PARTY_DIR variable in top-level Allwmake * test new shell idiom for Allwmake files: # run from this directory only cd ${0%/*} || exit 1 this might be especially useful when building optional components
-
- Jun 05, 2008
-
-
Mark Olesen authored
-
- Jun 03, 2008
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-