openfoam/bin/tools
Mark Olesen 851abe7661 adjusted and improved buildParaView script
- usage, explicit -fast option for rebuilding new -mpi, -python, -mesa
    options for specifying alternative modules to include without editing
    the file
  - the build options can also be grabbed from the script name itself.
    eg, the soft-link buildParaView3.3-cvs-python specifies that the python
    module should be included
  - misc. cleanup in tools/buildParaViewFunctions: give the user some
    feedback about the python version, set all variables at the bottom
    of the file rather between initialise and build.
  - be more careful when changing the hard-links to avoid the find
    '-execdir' option (fails when the user has '.' in the path), and
    do separate find/loop/grep/sed on the files to avoid touching too many
    files and ruining a later rebuild stage.

Notes:
  - the cmake uses -DCMAKE_INSTALL_PREFIX=$PARAVIEW_APP_DIR, but this
    variable isn't defined anywhere.
2008-08-08 17:55:28 +02:00
..
buildParaView3.2.1 adjusted and improved buildParaView script 2008-08-08 17:55:28 +02:00
buildParaViewFunctions adjusted and improved buildParaView script 2008-08-08 17:55:28 +02:00
CleanFunctions updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
doxyFilt-ignore.awk updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
doxyFilt-top.awk updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
doxyFilt.awk updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
doxyFilt.sed Doxygen filter changes 2008-06-13 13:16:02 +02:00
foamThirdParty Simplified the download and building of libccmio-2.6.1. 2008-06-08 17:04:35 +01:00
README Minimum changes to compile everything with gcc-4.3.0 2008-05-26 13:47:04 +01:00
RunFunctions updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
thirdPartyGetFunctions updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00

Misc. tools for building applications, etc that are useful to have
but which don't really need to be in the PATH.