henry
0bb012d0c2
Corrected handling of loop macros and removed those for PtrList.
2009-06-23 20:43:51 +01:00
henry
dfbf96c4c8
Added new warning message.
2009-06-23 12:12:17 +01:00
Henry Weller
65a9101d2e
More warning messages.
2009-06-22 21:04:30 +01:00
Henry Weller
3345fd8378
Removed support for cint.
2009-06-22 21:03:57 +01:00
Mark Olesen
20c1a673e7
'rebrand' OSspecific Unix -> POSIX
...
- change name of environment variable from $WM_OS -> $WM_OSTYPE
as a better description
2009-05-18 10:26:11 +02:00
Mark Olesen
1cdbeb29d7
minor tweak to wmake
...
- place wmkdep and dirToString executables under
utilbin/$(WM_ARCH)$(WM_COMPILER).
This helps somewhat when copying rules about, and might help when creating
general rules.
2009-05-06 15:56:29 +02:00
Mark Olesen
51f443a345
Merge commit 'OpenCFD/master' into olesenm
...
Conflicts:
applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
Can't use [0] to assign the first value of a DynamicList unless it has been
preceded by a setSize() - use append() instead.
2009-05-06 09:33:38 +02:00
Mark Olesen
433b209702
update to openmpi-1.3.2, prepare for newly released gcc-4.4
...
- added rules for gcc-4.3 in preparation for switching to gcc-4.4
- added 'clean' target for wmake/src/Makefile
It is probably reasonable to separate the binaries from the rules (TODO)
2009-04-30 08:32:48 +02:00
mattijs
b773710d06
remove opteron and no-gcse switch
...
modified: SiCortex64Gcc/cOpt
modified: SunOS64Gcc/cOpt
modified: linux64Gcc/c++Opt
modified: linux64Gcc/cOpt
modified: linux64Gcc/general
modified: linux64Gcc42/c++Opt
modified: linux64Gcc42/cOpt
modified: linuxGcc/c++
modified: linuxGcc/cDebug
modified: linuxGcc/general
modified: linuxIA64Gcc/cOpt
2009-04-28 22:20:12 +01:00
mattijs
de2a74b2fa
use gcc, not g++ for flex
2009-04-23 16:20:57 +01:00
mattijs
2c48a69e50
scotch decomposition method
2009-04-23 14:44:23 +01:00
henry
9c95fd034b
Added initial support for LinuxPPC.
2009-04-02 12:26:41 +01:00
henry
4dedd47382
Changed the option to select the generation of a C++ scanner to the backward compatible -+.
2009-03-31 20:14:40 +01:00
henry
b2ad57c69b
Added basic support for QsNet.
2009-03-28 19:53:06 +00:00
Mark Olesen
47bd172682
pushed too soon before fixing typo on wmakeLnInclude
2009-03-04 14:31:37 +01:00
Mark Olesen
db8febe9f9
wmakeLnInclude -f now also changes the default linking to 'ln -sf'
...
- this seems to be the most sensible solution.
The changed time stamps on the links doesn't seem to bother make at all.
2009-03-04 13:14:11 +01:00
mattijs
f80012000b
removed checking since overwrites files
2009-02-27 10:43:18 +00:00
Mark Olesen
d3ec38f0aa
Merge commit 'OpenCFD/master' into olesenm
2009-02-06 10:40:19 +01:00
mattijs
b79ccb9293
sunos changes
2009-02-05 09:30:26 +00:00
mattijs
5afc0db5a8
Solaris port
2009-02-02 12:23:41 +00:00
Mark Olesen
5ba68da75b
wmake script cosmetics
2009-01-10 08:25:31 +01:00
Mark Olesen
0061e9ed03
added Foam::FOAMbuild to Foam::FOAMversion
...
- avoids problems with finding files based on FOAMversion
(reported by Mattijs)
2009-01-09 09:11:50 +01:00
Mark Olesen
1cd18ce0b5
added wmakeLnIncludeAll - can be quite useful after a wcleanLnIncludeAll
2009-01-07 21:06:08 +01:00
Mark Olesen
cdd2266467
Merge commit 'OpenCFD/master' into olesenm
...
Conflicts:
src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
mattijs
eb2e37b296
SiCortex port
2009-01-06 21:41:20 +00:00
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
henry
7386e4c94d
Changed "flex++" to "flex --c++" to avoid the need to create the link from "flex" to "flex++" after installing "flex".
2008-12-30 19:02:45 +00:00
Mark Olesen
d3ab1df730
fixed silly mistakes in wmakePrintBuild
2008-12-19 19:04:09 +01:00
andy
14314fc126
correcting script for refs/heads/master instead of HEAD
...
- if local repo is up to date, HEAD and origin/HEAD are the same
so id was returned twice
2008-12-19 16:39:35 +00:00
Mark Olesen
0c5571519f
changes to build version string
...
- version is WM_PROJECT_VERSION prefix + SHA1 from current git head
- move double quotes from make rules to global.Cver for extra safety
2008-12-19 13:20:14 +01:00
Mark Olesen
5f7d2acb9c
tweaked build version strings
...
- added wmakePrintBuild -check, -update, -version options
- only update .build cache when explictly requested and
from within the wmake Cver rules
- use -check option to avoid unnecessary remake in src/Allwmake
2008-12-19 12:13:08 +01:00
Mark Olesen
6a4b83bc43
Added wmakePrintBuild for determining the build version
...
- the $WM_PROJECT_DIR/.build file is automatically updated.
This file is (and must be) ignored by git.
2008-12-19 11:11:20 +01:00
Mark Olesen
b5f06a3833
use git describe for header version, but use existing wmake framework
2008-12-18 19:54:13 +01:00
Mark Olesen
367639bf02
Merge commit 'OpenCFD/master' into olesenm
2008-11-19 18:57:15 +01:00
henry
16e9f10e22
Added support for HP-MPI.
2008-11-19 14:57:06 +00:00
Mark Olesen
9a2c1adb79
wmakeLnInclude : also ignore 'noLink' directories
...
- useful for avoiding links on older versions, or for 'hiding' contents
2008-11-12 23:33:51 +01:00
Mark Olesen
50427d7712
leave *~ files alone in wcleanAll and drop wcleanAlmostAll
2008-10-23 08:16:43 +02:00
Mark Olesen
50a2ddfcc7
bin/ wmake/ script updates
...
- send error messages to stderr
- added -h/-help options where some were missing
- changed 3-space to 4-space indentation
- where possible, allow multiple directories from the command-line
2008-10-22 14:33:59 +02:00
mattijs
135c6d0536
colouring; indentation
2008-10-22 09:23:59 +01:00
Mark Olesen
bd78708543
just use plain ssh for GridEngine compilation
2008-10-20 17:28:33 +02:00
henry
1bc24ee3b8
Removed the host prefix as this inhibits correct error parsing by intelligent editors.
2008-10-16 21:50:09 +01:00
henry
1f8bf1bac8
Removed the host prefix as this inhibits correct error parsing by intelligent editors.
2008-10-16 21:44:01 +01:00
henry
3e6401f862
Removed the host prefix as this inhibits correct error parsing bu intelligent editors.
2008-10-16 21:42:18 +01:00
mattijs
6943d2fb6f
mark changes
2008-10-06 14:42:32 +01:00
Mark Olesen
f8823b684b
wcleanAll - provide some information about the progress
...
- move tutorial cleanup to the end in case the user wishes to
abort the wcleanAll script
- adjusted wcleanAlmostAll according, but don't know if it's really
needed any more
2008-09-30 19:32:13 +02:00
Mark Olesen
e0bb935efb
wmakeLnInclude: improvements and bugfix
...
- fixed typo: had skipped '-Make' instead of 'Make' directory
- remove broken links first
* helps when file locations have changed
- filter out trailing 'lnInclude' from the <dir> spec
* this makes it easier to update existing lnInclude dirs:
find -name lnInclude -exec wmakeLnInclude -f {} \;
- reduced output noise when re-creating an identical link
2008-09-26 18:39:30 +02:00
mattijs
e548936cb0
revert to pipe - behaves better
2008-09-26 13:11:31 +01:00
andy
2a424fddab
using Graham's latest CGAL wmake rules
2008-07-24 14:40:53 +01:00
Mark Olesen
7f9631634d
cleanup wmake scripts
...
- match comments to names of scripts
- remove comments about using C-shell (not true anymore)
- use 'assert' style syntax in places instead of if/then/fi
- wcleanMachine supports multiple arguments
2008-07-18 15:32:10 +02:00
Mark Olesen
0d3eec3dc4
removed more derived files from repo
2008-07-01 13:09:04 +02:00