From bab110350b092786bd7b7d4e9d2345f53b679826 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 11 Nov 2019 10:37:06 +0100 Subject: [PATCH] CONFIG: adjust adios and paraview versions --- etc/config.csh/adios2 | 2 +- etc/config.csh/paraview | 2 +- etc/config.sh/adios2 | 2 +- etc/config.sh/paraview | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/config.csh/adios2 b/etc/config.csh/adios2 index 981d9b6809..9fa155c6f7 100644 --- a/etc/config.csh/adios2 +++ b/etc/config.csh/adios2 @@ -21,7 +21,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -set adios2_version=ADIOS2-2.5.0 +set adios2_version=ADIOS2-2.4.0 setenv ADIOS2_ARCH_PATH $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios2_version # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.csh/paraview b/etc/config.csh/paraview index 5ad1121498..bc57ed568c 100644 --- a/etc/config.csh/paraview +++ b/etc/config.csh/paraview @@ -51,7 +51,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -set ParaView_VERSION=5.6.0 +set ParaView_VERSION=5.6.3 set ParaView_QT=qt-system set cmake_version=cmake-system diff --git a/etc/config.sh/adios2 b/etc/config.sh/adios2 index 7f3e9e3178..3840a1ad4a 100644 --- a/etc/config.sh/adios2 +++ b/etc/config.sh/adios2 @@ -22,7 +22,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -adios2_version=ADIOS2-2.5.0 +adios2_version=ADIOS2-2.4.0 export ADIOS2_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$adios2_version # END OF (NORMAL) USER EDITABLE PART diff --git a/etc/config.sh/paraview b/etc/config.sh/paraview index 4027e727f8..ab2f12e604 100644 --- a/etc/config.sh/paraview +++ b/etc/config.sh/paraview @@ -54,7 +54,7 @@ #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -ParaView_VERSION=5.6.0 +ParaView_VERSION=5.6.3 ParaView_QT=qt-system cmake_version=cmake-system