ENH: make compiler reference general in examples

This commit is contained in:
mark
2016-11-04 09:57:01 +01:00
parent da8f0c6452
commit 1fd3d5ab4f
2 changed files with 2 additions and 2 deletions

View File

@ -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 \
"$@"
#------------------------------------------------------------------------------

View File

@ -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 \
"$@"
#------------------------------------------------------------------------------