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
fd8ef6de
Commit
fd8ef6de
authored
17 years ago
by
Mattijs Janssens
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
parents
d2bb8ce3
303c61a7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/tools/buildParaViewFunctions
+4
-1
4 additions, 1 deletion
bin/tools/buildParaViewFunctions
with
4 additions
and
1 deletion
bin/tools/buildParaViewFunctions
+
4
−
1
View file @
fd8ef6de
...
@@ -235,12 +235,15 @@ installParaView ()
...
@@ -235,12 +235,15 @@ installParaView ()
cd
$PARAVIEW_OBJ_DIR
cd
$PARAVIEW_OBJ_DIR
# replace local links with ParaView_INST_DIR environment variables
# Replace PARAVIEW_SRC_DIR path with ParaView_INST_DIR
# environment variables
echo
" Replacing path hard links"
echo
" Replacing path hard links"
find
.
-iname
\*
.cmake
-execdir
sed
-i
\
find
.
-iname
\*
.cmake
-execdir
sed
-i
\
"s,
$PARAVIEW_SRC_DIR
,
\$
ENV{ParaView_INST_DIR},g"
{}
';'
\
"s,
$PARAVIEW_SRC_DIR
,
\$
ENV{ParaView_INST_DIR},g"
{}
';'
\
-print
-print
# Replace local OPENMPI_ARCH_PATH path with OPENMPI_ARCH_PATH
# environment variables
if
[
"
$INCLUDE_MPI
"
=
ON
]
;
then
if
[
"
$INCLUDE_MPI
"
=
ON
]
;
then
find
.
-iname
\*
.cmake
-execdir
sed
-i
\
find
.
-iname
\*
.cmake
-execdir
sed
-i
\
"s,
$OPENMPI_ARCH_PATH
,
\$
ENV{OPENMPI_ARCH_PATH},g"
{}
';'
\
"s,
$OPENMPI_ARCH_PATH
,
\$
ENV{OPENMPI_ARCH_PATH},g"
{}
';'
\
...
...
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