- Oct 15, 2018
-
-
Mark OLESEN authored
- foamCleanPath now only splits the environment variable on ':', which allows other directories with spaces or '(..)' etc to pass through without major issue. - The filter arguments are split on whitespace, colons or semi-colons.
-
- Dec 15, 2017
-
-
Mark OLESEN authored
- ADIOS 1.13.0 - fftw 3.3.7 - paraview 5.4.1 ENH: include ThirdParty QT libraries in LD_LIBRARY_PATH for paraview
-
- Jan 16, 2018
-
-
Mark OLESEN authored
- also handle stray semi-colons in foamCleanPath. Treat like a ':' separator. They are incorrect and potentially problematic for shell evals.
-
- Jan 11, 2018
-
-
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.
-
- Nov 24, 2017
-
-
Mark OLESEN authored
- unknown options or missing option values now emit a shorter message without the entire usage. This makes it easier to identify the errors and is better aligned with the behaviour of GNU system tools. ==== $ simpleFoam -case Using: OpenFOAM-plus (see www.OpenFOAM.com) Build: plus-01234 Error: option '-case' requires an argument See 'simpleFoam -help' for usage ==== - provide for reduced (-help) and full (-help-full) usage information. In many cases the reduced usage provided sufficient and easier to find the information. - make -srcDoc an alias for -doc-source - no warnings about option aliases for future dates.
-
- Apr 20, 2017
-
-
Mark Olesen authored
-
- Oct 25, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos http://bugs.openfoam.org/view.php?id=2306
-
- Oct 18, 2016
-
-
Mark Olesen authored
- Can occur with some user names, or mounted paths. Resolve by using '?' for the separation character. Since '?' is a shell-glob, it is highly unlikely to occur appear in filenames. Additionally, it is not a meta-character in standard sed, nor in the GNU extension (which uses '\?').
-
- Feb 15, 2016
-
-
Henry Weller authored
-
- Aug 05, 2013
- Mar 15, 2012
-
-
mattijs authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Mar 25, 2011
-
-
Mark Olesen authored
-
- Feb 21, 2011
-
-
mattijs authored
-
- Feb 17, 2011
-
-
Mark Olesen authored
- also split on colons for consistency
-
- Jan 19, 2011
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 07, 2011
-
-
graham authored
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit 2e1e671d.
-
graham authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Mar 19, 2010
-
-
Mark Olesen authored
- the path is accesible either way, but use setenv for consistency with other environment variables. It also simplifies foamCleanPath again.
-
- Mar 05, 2010
-
-
Mark Olesen authored
- this allows more direct use by c-shell
-
- Feb 05, 2010
-
-
Mark Olesen authored
- Also adjusted formatting of usage to match what argList generates
-
- Aug 02, 2009
-
-
Mark Olesen authored
- old-style (left untouched for now): app, lib, run, sol, tut, util - new-style: foamApps, foamLib, foamRun, foamSol, foamTut, foamUtils - additional aliases: userApps, whichFoam NB: ideally we'd have 'foamSrc' instead of 'src'. Do we really need 'foamsrc' and 'foamfv' anyhow?
-
- Apr 02, 2009
-
-
mattijs authored
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jun 25, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- May 21, 2008
-
-
Mark Olesen authored
The call to foamCleanPath from etc/{bashrc,cshrc} passes all the wildcards together as a single argument - causing nothing to be cleaned. Now split the args on whitespace. Also added more IFS hacking to reduce forking.
-
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-