Skip to content
Snippets Groups Projects
Commit 5b0ef7c5 authored by Savici, Andrei T.'s avatar Savici, Andrei T. Committed by GitHub
Browse files

Merge pull request #18882 from mantidproject/paraview_5p3p0

Update ParaView to v5.3.0-RC1
parents 262c2b7e 4cf598fb
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,11 @@ set ( CPACK_PACKAGE_NAME "mantid${CPACK_PACKAGE_SUFFIX}" ) ...@@ -39,6 +39,11 @@ set ( CPACK_PACKAGE_NAME "mantid${CPACK_PACKAGE_SUFFIX}" )
########################################################################### ###########################################################################
include ( Eigen ) include ( Eigen )
###########################################################################
# Bootstrap any dependencies
###########################################################################
include ( Bootstrap )
########################################################################### ###########################################################################
# Set ParaView information since later items depend on it # Set ParaView information since later items depend on it
########################################################################### ###########################################################################
...@@ -56,11 +61,6 @@ if ( ENABLE_MANTIDPLOT ) ...@@ -56,11 +61,6 @@ if ( ENABLE_MANTIDPLOT )
include ( ParaViewSetup ) include ( ParaViewSetup )
endif () endif ()
###########################################################################
# Bootstrap any dependencies
###########################################################################
include ( Bootstrap )
########################################################################### ###########################################################################
# Set expected variables for OS X # Set expected variables for OS X
########################################################################### ###########################################################################
......
...@@ -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
......
...@@ -39,6 +39,10 @@ Bugs Resolved ...@@ -39,6 +39,10 @@ Bugs Resolved
SliceViewer Improvements SliceViewer Improvements
------------------------ ------------------------
VSI Improvments
---------------
Update ParaView to v5.3.0-RC1
| |
Full list of Full list of
......
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