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
fce31c19
Commit
fce31c19
authored
14 years ago
by
Henry
Browse files
Options
Downloads
Patches
Plain Diff
ParaView: add support for building with the latest cmake
parent
ecf13f23
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/apps/paraview3/bashrc
+1
-1
1 addition, 1 deletion
etc/apps/paraview3/bashrc
etc/apps/paraview3/cshrc
+1
-1
1 addition, 1 deletion
etc/apps/paraview3/cshrc
with
2 additions
and
2 deletions
etc/apps/paraview3/bashrc
+
1
−
1
View file @
fce31c19
...
@@ -38,7 +38,7 @@ cleaned=`$WM_PROJECT_DIR/bin/foamCleanPath "$PATH" "$WM_THIRD_PARTY_DIR/platform
...
@@ -38,7 +38,7 @@ cleaned=`$WM_PROJECT_DIR/bin/foamCleanPath "$PATH" "$WM_THIRD_PARTY_DIR/platform
# determine the cmake to be used
# determine the cmake to be used
unset
CMAKE_HOME
unset
CMAKE_HOME
for
cmake
in
cmake-2.8.3 cmake-2.8.1
for
cmake
in
cmake-2.8.4
cmake-2.8.3 cmake-2.8.1
do
do
cmake
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$cmake
cmake
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$cmake
if
[
-r
$cmake
]
if
[
-r
$cmake
]
...
...
This diff is collapsed.
Click to expand it.
etc/apps/paraview3/cshrc
+
1
−
1
View file @
fce31c19
...
@@ -39,7 +39,7 @@ if ( $status == 0 ) setenv PATH $cleaned
...
@@ -39,7 +39,7 @@ if ( $status == 0 ) setenv PATH $cleaned
# determine the cmake to be used
# determine the cmake to be used
unsetenv CMAKE_HOME
unsetenv CMAKE_HOME
foreach cmake
(
cmake-2.8.3 cmake-2.8.1
)
foreach cmake
(
cmake-2.8.4
cmake-2.8.3 cmake-2.8.1
)
set
cmake
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$cmake
set
cmake
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$cmake
if
(
-r
$cmake
)
then
if
(
-r
$cmake
)
then
setenv CMAKE_HOME
$cmake
setenv CMAKE_HOME
$cmake
...
...
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