- Jul 21, 2010
-
-
graham authored
-
- Jun 01, 2010
-
-
Mark Olesen authored
wmakeFindEmptyMake: - Find 'Make/' directories without 'files' or 'options'. These typically correspond to (partially) removed applications.
-
- May 07, 2010
-
-
Mark Olesen authored
-
- Apr 22, 2010
-
-
Mark Olesen authored
BUG: syntax error in settings.sh
-
Mark Olesen authored
- main mplib rules located in GENERAL_RULES with specializations (if any) under RULES. Modest change in a few options files, but cleans up the rules directories. previously in options: include $(RULES)/mplib$(WM_MPLIB) now in options: sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB) sinclude $(RULES)/mplib$(WM_MPLIB) For GNU make it would be permissible to write both in a single line.
-
- Apr 21, 2010
-
-
Mark Olesen authored
ATTENTION: cpp now needs '-traditional-cpp' for single-line output
-
- Apr 20, 2010
-
-
Mark Olesen authored
-
- Apr 19, 2010
-
-
Mark Olesen authored
- adds more DWIM (do what I mean) intelligence to wmake ENH: use ~/.OpenFOAM/.wmake instead of ~/.wmakeScheduler for the lock dir - keeps more of the OpenFOAM bits together
-
- Apr 16, 2010
-
-
mattijs authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
- otherwise /lib/cpp may need a different library binding than currently available and results in this type of error: /usr/lib64/gcc/x86_64-suse-linux/4.4/cc1: /data/app/OpenFOAM/ThirdParty-1.6.x/platforms/linux64/gcc-4.3.3/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib64/libppl_c.so.2) ENH: remove unused flex++ rule for SiCortex that was identical to the general one anyhow.
-
- Mar 26, 2010
-
-
Mark Olesen authored
ENH: generalize rule for X11 ENH: Avoid move in flex/flex++ rule.
-
- Mar 25, 2010
-
-
Mark Olesen authored
-
- Mar 24, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
- more consistent script names - remove '-help' option from internal scripts
-
- Mar 23, 2010
-
-
Mark Olesen authored
-
- Mar 10, 2010
-
-
Mark Olesen authored
COMP: latest coco-cpp can find the frame files relative to the executable path. This simplifies the make rules.
-
- Mar 09, 2010
-
-
Mark Olesen authored
present.
-
Mark Olesen authored
- specifies headers that should be ignored. Provides a workaround for the fact that wmkdep/wmkdepend doesn't handle defines at all. STYLE: code cleanup of wmkdep.l
-
Mark Olesen authored
-
Mark Olesen authored
old: $WM_THIRD_PARTY_DIR/<packageName>/platforms/$WM_ARCH* new: $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH*/<packageName> This streamlines the creation of binary packs, eases distribution and helps when testing the robustness of relocatable installations.
-
- Mar 04, 2010
-
-
Mark Olesen authored
-
- Mar 01, 2010
-
-
mattijs authored
This signals that we are using the system installed openmpi version.
-
- Feb 25, 2010
-
-
Mark Olesen authored
-
- Feb 10, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Feb 07, 2010
-
-
Mark Olesen authored
- This avoids dependency on lex/flex and provides better encapsulation for buffer switching. As a result, the maximum number of open files only corresponds to the include depth.
-
Mark Olesen authored
- handles basic operations, references to other dictionary entries (with '$name' syntax) and assorted mathematical functions: pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log, log10, mag, atan2, pow The basic syntax: #calc{ ... }; NOTE the trailing ';' is required for the primitiveEntry to be properly defined.
-
- Jan 15, 2010
-
-
Mark Olesen authored
-
- Jan 06, 2010
-
-
Mark Olesen authored
Include character class (wchar_t or char) as a template parameter in CocoParserErrors.
-
- Jan 03, 2010
-
-
Mark Olesen authored
-
- Jan 02, 2010
-
-
Mark Olesen authored
-
- Dec 14, 2009
-
-
mattijs authored
-
- Dec 08, 2009
-
-
mattijs authored
-
- Dec 02, 2009
-
-
henry authored
-
- Oct 06, 2009
-
-
mattijs authored
-
- Sep 17, 2009
-
-
Andrew Heather authored
-
- Aug 19, 2009
-
- Aug 18, 2009
-
-
graham authored
Adding -lrt to decompositionMethods/decompositionMethods/Make/options to get rid of get_clocktime error.
-
- Aug 17, 2009
-
-
mattijs authored
-