Commit Graph

20 Commits

Author SHA1 Message Date
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
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
3ad61835f6 build paraview without requiring Tk 2008-06-15 17:56:54 +02:00
henry
232e3db40a Removed 'x' from mode. 2008-06-08 17:06:58 +01:00
henry
859c553bfd Minor change 2008-06-08 16:15:31 +01: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
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
andy
ac394e5a8f re-instating earlier paraview build script, and moving to tools/bin 2008-05-27 14:11:35 +01:00