Skip to content
Snippets Groups Projects
Commit 99d80b0f authored by Hahn, Steven's avatar Hahn, Steven
Browse files

Update ParaView to v5.3.0-RC1.

parent 413f0812
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,9 @@ if [[ ${NODE_LABELS} == *osx* ]]; then ...@@ -28,9 +28,9 @@ if [[ ${NODE_LABELS} == *osx* ]]; then
fi fi
############################################################################### ###############################################################################
# All nodes currently have PARAVIEW_DIR=5.2.0 and PARAVIEW_NEXT_DIR=5.1.2 # All nodes currently have PARAVIEW_DIR=5.2.0 and PARAVIEW_NEXT_DIR=5.3.0-RC1
############################################################################### ###############################################################################
export PARAVIEW_DIR=${PARAVIEW_DIR} export PARAVIEW_DIR=${PARAVIEW_NEXT_DIR}
############################################################################### ###############################################################################
# Print out the versions of things we are using # Print out the versions of things we are using
......
...@@ -8,8 +8,7 @@ setlocal enableextensions enabledelayedexpansion ...@@ -8,8 +8,7 @@ setlocal enableextensions enabledelayedexpansion
:: BUILD_THREADS & PARAVIEW_DIR should be set in the configuration of each slave. :: BUILD_THREADS & PARAVIEW_DIR should be set in the configuration of each slave.
:: CMake, git & git-lfs should be on the PATH :: CMake, git & git-lfs should be on the PATH
:: ::
:: All nodes currently have PARAVIEW_DIR=5.1.0, PARAVIEW_NEXT_DIR=5.0.0 :: All nodes currently have PARAVIEW_DIR=5.2.0 and PARAVIEW_NEXT_DIR=5.3.0-RC1
:: and PARAVIEW_MSVC2015_DIR=4.3.b40280-msvc2015
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
call cmake.exe --version call cmake.exe --version
set VS_VERSION=14 set VS_VERSION=14
...@@ -28,7 +27,7 @@ echo %sha1% ...@@ -28,7 +27,7 @@ echo %sha1%
set VS_VERSION=14 set VS_VERSION=14
call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64 call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64
set CM_GENERATOR=Visual Studio 14 2015 Win64 set CM_GENERATOR=Visual Studio 14 2015 Win64
set PARAVIEW_DIR=%PARAVIEW_DIR% set PARAVIEW_DIR=%PARAVIEW_NEXT_DIR%
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Set up the location for local object store outside of the build and source :: Set up the location for local object store outside of the build and source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment