CONFIG: simplify paraview lib path for 5.5 (issue #793)

- note that the python paths also seem to be treated differently
This commit is contained in:
Mark Olesen
2018-04-12 12:39:30 +02:00
parent de72a04aeb
commit f056e59db6
4 changed files with 65 additions and 54 deletions

View File

@ -13,17 +13,19 @@
# config.csh/example/paraview
#
# Description
# Example of chaining to the standard config.csh/paraview with a
# different ParaView_VERSION
# Example of defining a different ParaView_VERSION but retaining
# the standard config.csh/paraview mechanism
#
# Note
# This file could be copied to a user or site location, but should never
# replace the default shipped version as this will cause an infinite loop
#
#------------------------------------------------------------------------------
# Use standard paraview config file (-mode=o) with a different ParaView_VERSION
eval `foamEtcFile -csh -config -mode=o paraview -- ParaView_VERSION=5.5.0-mpipy`
set pv=5.5.0
set pv=5.5.0-mpipy
eval `foamEtcFile -csh -config -mode=o paraview -- ParaView_VERSION=$pv`
#------------------------------------------------------------------------------