Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Planned maintenance at 14:00 - platform may be offline until 15:00 (UK times)
Open sidebar
Development
ThirdParty-common
Commits
1fd3d5ab
Commit
1fd3d5ab
authored
Nov 04, 2016
by
mark
Browse files
ENH: make compiler reference general in examples
parent
da8f0c64
Changes
2
Hide whitespace changes
Inline
Side-by-side
makeParaView.example
View file @
1fd3d5ab
...
...
@@ -7,7 +7,7 @@ mesa=mesa-11.2.2
./makeParaView
\
-mpi
=
0
\
-mesa-prefix
$WM_THIRD_PARTY_DIR
/platforms/
linux64Gcc
/
$mesa
\
-mesa-prefix
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$mesa
\
"
$@
"
#------------------------------------------------------------------------------
makeVTK.example
View file @
1fd3d5ab
...
...
@@ -8,7 +8,7 @@ mesa=mesa-11.2.2
./makeVTK
\
$vtk
\
-osmesa
\
-mesa-prefix
$WM_THIRD_PARTY_DIR
/platforms/
linux64Gcc
/
$mesa
\
-mesa-prefix
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$mesa
\
"
$@
"
#------------------------------------------------------------------------------
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment