Skip to content
Snippets Groups Projects
Commit 1fd3d5ab authored by mark's avatar mark
Browse files

ENH: make compiler reference general in examples

parent da8f0c64
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ mesa=mesa-11.2.2 ...@@ -7,7 +7,7 @@ mesa=mesa-11.2.2
./makeParaView \ ./makeParaView \
-mpi=0 \ -mpi=0 \
-mesa-prefix $WM_THIRD_PARTY_DIR/platforms/linux64Gcc/$mesa \ -mesa-prefix $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$mesa \
"$@" "$@"
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
...@@ -8,7 +8,7 @@ mesa=mesa-11.2.2 ...@@ -8,7 +8,7 @@ mesa=mesa-11.2.2
./makeVTK \ ./makeVTK \
$vtk \ $vtk \
-osmesa \ -osmesa \
-mesa-prefix $WM_THIRD_PARTY_DIR/platforms/linux64Gcc/$mesa \ -mesa-prefix $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$mesa \
"$@" "$@"
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment