Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
28d5c784
Commit
28d5c784
authored
17 years ago
by
henry
Browse files
Options
Downloads
Patches
Plain Diff
Changed to use $WM_THIRD_PARTY_DIR
parent
c8adde9b
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
etc/apps/paraview/bashrc
+2
-2
2 additions, 2 deletions
etc/apps/paraview/bashrc
etc/apps/paraview/cshrc
+2
-2
2 additions, 2 deletions
etc/apps/paraview/cshrc
etc/apps/paraview3/bashrc
+2
-2
2 additions, 2 deletions
etc/apps/paraview3/bashrc
etc/apps/paraview3/cshrc
+2
-2
2 additions, 2 deletions
etc/apps/paraview3/cshrc
with
8 additions
and
8 deletions
etc/apps/paraview/bashrc
+
2
−
2
View file @
28d5c784
...
...
@@ -37,7 +37,7 @@ if [ "$PS1" -a "$foamDotFile" ]; then
fi
fi
export
CMAKE_HOME
=
$WM_
PROJECT_INST_DIR
/ThirdParty
/cmake-2.4.6/platforms/
$WM_ARCH
export
CMAKE_HOME
=
$WM_
THIRD_PARTY_DIR
/cmake-2.4.6/platforms/
$WM_ARCH
if
[
-r
$CMAKE_HOME
]
;
then
export
PATH
=
$CMAKE_HOME
/bin:
$PATH
...
...
@@ -45,7 +45,7 @@ fi
export
ParaView_VERSION
=
2.4.4
export
ParaView_INST_DIR
=
$WM_
PROJECT_INST_DIR
/ThirdParty
/ParaView
$ParaView_VERSION
export
ParaView_INST_DIR
=
$WM_
THIRD_PARTY_DIR
/ParaView
$ParaView_VERSION
export
ParaView_DIR
=
$ParaView_INST_DIR
/lib/paraview-2.4
if
[
-r
$ParaView_INST_DIR
]
;
then
...
...
This diff is collapsed.
Click to expand it.
etc/apps/paraview/cshrc
+
2
−
2
View file @
28d5c784
...
...
@@ -37,7 +37,7 @@ if ($?prompt && $?foamDotFile) then
endif
endif
setenv CMAKE_HOME
$WM_
PROJECT_INST_DIR
/ThirdParty
/cmake-2.4.6/platforms/
$WM_ARCH
setenv CMAKE_HOME
$WM_
THIRD_PARTY_DIR
/cmake-2.4.6/platforms/
$WM_ARCH
if
(
-r
$CMAKE_HOME
)
then
set
path
=(
$CMAKE_HOME
/bin
$path
)
...
...
@@ -45,7 +45,7 @@ endif
setenv ParaView_VERSION 2.4.4
setenv ParaView_INST_DIR
$WM_
PROJECT_INST_DIR
/ThirdParty
/ParaView
$ParaView_VERSION
setenv ParaView_INST_DIR
$WM_
THIRD_PARTY_DIR
/ParaView
$ParaView_VERSION
setenv ParaView_DIR
$ParaView_INST_DIR
/lib/paraview-2.4
if
(
-r
$ParaView_INST_DIR
)
then
...
...
This diff is collapsed.
Click to expand it.
etc/apps/paraview3/bashrc
+
2
−
2
View file @
28d5c784
...
...
@@ -37,7 +37,7 @@ if [ "$PS1" -a "$foamDotFile" ]; then
fi
fi
export
CMAKE_HOME
=
$WM_
PROJECT_INST_DIR
/ThirdParty
/cmake-2.4.6/platforms/
$WM_ARCH
export
CMAKE_HOME
=
$WM_
THIRD_PARTY_DIR
/cmake-2.4.6/platforms/
$WM_ARCH
if
[
-r
$CMAKE_HOME
]
;
then
export
PATH
=
$CMAKE_HOME
/bin:
$PATH
...
...
@@ -47,7 +47,7 @@ fi
export
ParaView_VERSION
=
"3.3-cvs"
export
ParaView_INST_DIR
=
$WM_
PROJECT_INST_DIR
/ThirdParty
/ParaView
$ParaView_VERSION
export
ParaView_INST_DIR
=
$WM_
THIRD_PARTY_DIR
/ParaView
$ParaView_VERSION
export
ParaView_DIR
=
$ParaView_INST_DIR
/platforms/
$WM_ARCH$WM_COMPILER
if
[
"
$PYTHONPATH
"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
etc/apps/paraview3/cshrc
+
2
−
2
View file @
28d5c784
...
...
@@ -37,7 +37,7 @@ if ($?prompt && $?foamDotFile) then
endif
endif
setenv CMAKE_HOME
$WM_
PROJECT_INST_DIR
/ThirdParty
/cmake-2.4.6/platforms/
$WM_ARCH
setenv CMAKE_HOME
$WM_
THIRD_PARTY_DIR
/cmake-2.4.6/platforms/
$WM_ARCH
if
(
-r
$CMAKE_HOME
)
then
set
path
=(
$CMAKE_HOME
/bin
$path
)
...
...
@@ -47,7 +47,7 @@ endif
setenv ParaView_VERSION 3.3-cvs
setenv ParaView_INST_DIR
$WM_
PROJECT_INST_DIR
/ThirdParty
/ParaView
$ParaView_VERSION
setenv ParaView_INST_DIR
$WM_
THIRD_PARTY_DIR
/ParaView
$ParaView_VERSION
setenv ParaView_DIR
$ParaView_INST_DIR
/platforms/
$WM_ARCH$WM_COMPILER
if
(
$?
PYTHONPATH
)
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment