Commit Graph

24 Commits

Author SHA1 Message Date
Mark Olesen
2e9ec251fc COMP: update for cmake-2.8.0 2010-02-11 13:37:01 +01:00
Mark Olesen
3c490dfe88 BUG: change ParaView_MAJOR to only contain version information without
leading text

* Something like ParaView_MAJOR=ParaView_3.6 would have previously
  been possible, but this violates paraview's expectation of having
  "lib/paraview-<digits>.<digits>"

* TODO? If desired, the ParaView_MAJOR could be determined
  automatically in the script.

  For example,
      ParaView_MAJOR=`echo $ParaView_VERSION | \
          sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`

  Or even,
      ParaView_MAJOR=${ParaView_VERSION%.[0-9]}

  Except that the second version fails if the minor version reaches
  double digits.
2010-02-05 11:55:53 +01:00
andy
dc507b8c7d Relocated paraview PV_PLUGIN_PATH environment variable
- moved to $FOAM_LIBBIN/paraview so that built libraries sit in their
  own folder - avoids PV error msgs on start-up when it tries to load
  all libs under the $PV_PLUGIN_PATH
2010-01-13 10:50:32 +00:00
andy
bfc0926c8b updated to enable alternative builds if env variables set externally 2009-11-24 13:07:12 +00:00
henry
45fd594e12 Changed ParaView version to the released 3.6.1. 2009-07-21 19:06:06 +01:00
andy
90e219b0f4 updated to PV v3.6 2009-06-01 12:30:16 +01:00
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
Mark Olesen
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
Mark Olesen
ebaaa0005f etc/paraview3/*rc - added minor note 2008-12-16 16:07:35 +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
ce22f5dfe8 etc/apps - formatting and cint-svn from ThirdParty (or home) 2008-11-05 11:23:58 +01:00
mattijs
ec6ba9c15b paraview .so library locations 2008-09-03 10:55:54 +01:00
Mark Olesen
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
Mark Olesen
0f76df8b2d etc/ shell settings cleanup
* prefix internal functions with _foam to prevent collisions
  * cleanup functions after use
  * centralized FOAM_VERBOSE info to etc/{bashrc,cshrc}
2008-06-25 14:26:42 +02:00
henry
28d5c784dc Changed to use $WM_THIRD_PARTY_DIR 2008-06-09 22:24:02 +01:00
henry
a57e6b8939 Moved cmake to ThirdParty 2008-06-04 11:32:19 +01:00
henry
098e61cfbc Changed binary directory to $WM_ARCH$WM_COMPILER 2008-06-04 11:05:48 +01:00
henry
9a7ab49082 Added LD_LIBRARY_PATH and set location to be in "ThirdParty". 2008-06-03 21:21:25 +01:00
henry
ba3acaaf08 Removed LD_LIBRARY_PATH, apparently not needed. 2008-05-27 08:44:34 +01:00
henry
7d7a2c22fc Reverted back to previous settings. I have no idea why they were
changed.
2008-05-26 23:25:49 +01:00
henry
4a2a23a710 Lots of changes from Mark and my changes to ddtPhiCorr all mixed together
because I failed to work out how to merge Mark's stuff -- HELP!!!
2008-05-25 21:46:37 +01:00
henry
0e5a8b809e Updates 2008-05-01 17:02:29 +01:00
OpenFOAM-admin
3170c7c0c9 Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00