Commit Graph

96 Commits

Author SHA1 Message Date
Mark Olesen
2aec8f2820 renamed buildParaView3.5-cvs -> buildParaView and reworked
- get version from $ParaView_VERSION or from -version option
- added QT gui support (useful when compiling enGrid)
- update files for finding cmake-2.6.4 as well
- added bin/engridFoam for calling a version of enGrid that uses the
  paraview libraries compiled with/for OpenFOAM
- added foam3rdParty change directory alias
2009-05-13 11:31:44 +02:00
henry
35eac2b9a3 Better tagging support. 2009-03-01 20:31:47 +00:00
mattijs
76dd475a67 sun porting 2009-02-13 13:03:10 +00:00
andy
ee416e8105 promoting MESA paths to top level 2009-01-14 11:57:05 +00: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
henry
d793344af2 Corrected mhdFoam tutorial scripts. 2009-01-05 22:18:19 +00:00
Mark Olesen
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
Mark Olesen
ae9057c9fe build paraview with experimental PARAVIEW_INSTALL_DEVELOPMENT 2008-12-18 19:52:37 +01:00
Mark Olesen
6151df3ef1 paraview build - reworking build/install directories 2008-12-16 13:20:53 +01:00
Mark Olesen
7072a998e8 paraview build - add -abspath/-envpath options 2008-12-16 11:45:12 +01:00
Mark Olesen
49bbb29ac8 update build scripts and etc/apps/paraview3 settings for paraview-3.5 (cvs)
- The new cmake seems to be even smarter. If we try to use env variables in
  the .cmake files (eg, with And's sed fixup), they are rewritten in a
  subsequent re-make and take much longer).  Adjusting the compiler values
  themselves causes a full remake. On the positive side, disabling the rpath
  seems to mean we may not need any of this.

  In summary - yuck!
2008-12-15 22:06:54 +01:00
Mark Olesen
aa522c93f1 buildParaView changes
- set CMAKE_INSTALL_PREFIX:PATH now
- allow separation between -config/-make/-install stages
- update for cmake 2.6
2008-12-13 17:55:07 +01:00
Mark Olesen
b94c3fb8a1 paraFoam - check for region-specific fvSchemes, fvSolution 2008-12-10 09:47:24 +01:00
Mark Olesen
679fd493ca CleanFunction: removed *.foam files instead of *.OpenFOAM files 2008-08-09 18:46:26 +02:00
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
mattijs
a972933b85 rpath was set 2008-07-25 13:34:53 +01:00
henry
b48f6ac2d3 Moved buildParaView3.3-cvs to be on the PATH and added more path corrections 2008-07-10 18:44:31 +01:00
andy
076be91979 adding speedy option :-) 2008-06-27 16:53:33 +01:00
Mark Olesen
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
Mark Olesen
0067393011 bin/tools/*Functions are not executable - use editor hint instead of #!/bin/sh 2008-06-16 17:10:19 +02:00
Mark Olesen
5ff23aecc3 Merge commit 'origin/master' into olesenm 2008-06-16 17:03:54 +02:00
henry
8ddee4ccdc New tutorial run and clean scripts. 2008-06-16 12:51:20 +01:00
Mark Olesen
3ad61835f6 build paraview without requiring Tk 2008-06-15 17:56:54 +02:00
henry
2e57a728da Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-13 20:13:34 +01:00
andy
9bd3861cd2 applying Mark's patch to update sed statements 2008-06-13 16:27:15 +01:00
Mark Olesen
5c31d90826 paraview build: use $WM_THIRD_PARTY_DIR 2008-06-13 16:44:00 +02:00
Mark Olesen
b92e037e52 Doxygen filter changes * allow doxygen to process applications/**.H * use @cond/@endcond to suppress documenting classes/variables in applications/
- allows some access from applications to libraries
 - connection between application and local includes is still a bit weak,
   but is possible via the dirs.html navigation.
2008-06-13 13:16:02 +02:00
Mark Olesen
64d00dc22b Doxygen filter changes
* allow doxygen to process applications/**.H
 * use @cond/@endcond to suppress documenting classes/variables in applications/

 - allows some access from applications to libraries
 - connection between application and local includes is still a bit weak,
   but is possible via the dirs.html navigation.
2008-06-13 13:16:02 +02:00
henry
232e3db40a Removed 'x' from mode. 2008-06-08 17:06:58 +01:00
henry
5ba71dd9fc Simplified the download and building of libccmio-2.6.1.
Corrected the building of ccm26ToFoam.
Tested on dm from download to run -- all fine.
Needed to use --no-check-certificate option for wget.
2008-06-08 17:04:35 +01:00
henry
859c553bfd Minor change 2008-06-08 16:15:31 +01:00
henry
8d5659b1ec Implement download and build of the libccmio library and ccm26ToFoam
application based on Mark's scripts.

Currently not working.
2008-06-08 16:12:01 +01:00
Mark Olesen
f7ab1729e4 Merge commit 'origin/master' into olesenm 2008-06-05 09:20:18 +02:00
henry
0f69fc03bb Fixed the handling MPI_ARCH_PATH 2008-06-04 17:08:30 +01:00
henry
d118e10d93 Added generic handling for the location of the MPI libraries by adding the
MPI_ARCH_PATH environmevt variable.
2008-06-04 16:11:56 +01:00
Mark Olesen
04d85fe399 Merge commit 'origin/master' into olesenm
* Note: some strange renmant files from the intel compiler
2008-06-04 16:06:32 +02:00
andy
5f2e2e09ec corrected hard-coding of openmpi path replacements with user selected mpi path 2008-06-04 11:28:13 +01:00
henry
098e61cfbc Changed binary directory to $WM_ARCH$WM_COMPILER 2008-06-04 11:05:48 +01:00
henry
303c61a7bb * bin/tools/buildParaViewFunctions: Added comment to previous change 2008-06-03 23:15:37 +01:00
henry
2ac0e4bf1c * bin/tools/buildParaViewFunctions:
replace the $OPENMPI_ARCH_PATH with $ENV{OPENMPI_ARCH_PATH} in the *.cmake files.
Note this change is specific to OpenMPI and will need genaralising, Andy?
2008-06-03 21:51:07 +01:00
andy
96b1c70043 updates to ParaView build scripts 2008-05-27 16:21:30 +01:00
Mark Olesen
c0b6b81713 Merge commit 'origin/master' into olesenm 2008-05-27 16:01:44 +02:00
andy
ac394e5a8f re-instating earlier paraview build script, and moving to tools/bin 2008-05-27 14:11:35 +01:00
Mark Olesen
83b101a1b8 ParaView build fixes
* share libs were not getting built
  * can now build from anywhere if the source is in $WM_PROJECT_INST_DIR
  * misc. stylistic changes
2008-05-27 15:07:34 +02:00
henry
f6107f4033 Minimum changes to compile everything with gcc-4.3.0 2008-05-26 13:47:04 +01:00
Mark Olesen
9d4b64bdbe updated scripts for paraview 3.3
* install into paraview-3.3 instead of ParaView3.X.x for consistency with LD_LIBRARY_PATH
2008-05-08 13:55:13 +02:00