Skip to content
Snippets Groups Projects
Commit c0c72242 authored by Ryan Krattiger's avatar Ryan Krattiger
Browse files

Update the default version to 5.12.0-RC2

parent f1d34a7b
No related branches found
No related tags found
1 merge request!1163Branch for the v5.12.0-RC2 release
......@@ -10,7 +10,7 @@ macro (superbuild_setup_variables)
if (paraview_SOURCE_SELECTION STREQUAL "git")
# Assuming master; just use the latest version, but let the user set their
# own version in case it is actually a branch from some other version.
set(PARAVIEW_VERSION_DEFAULT "5.12.0-RC1"
set(PARAVIEW_VERSION_DEFAULT "5.12.0-RC2"
CACHE STRING "The default version of ParaView to use if it cannot be detected")
mark_as_advanced(PARAVIEW_VERSION_DEFAULT)
set(paraview_default_version "${PARAVIEW_VERSION_DEFAULT}")
......
......@@ -285,7 +285,7 @@ time.
The following flags affect ParaView directly:
* `paraview_SOURCE_SELECTION` (default `5.12.0-RC1`): The source to use for
* `paraview_SOURCE_SELECTION` (default `5.12.0-RC2`): The source to use for
ParaView itself. The version numbers use the source tarballs from the
website for the release. The `source` selection uses the
`paraview_SOURCE_DIR` variable to look at a checked out ParaView source
......
......@@ -53,8 +53,8 @@ ARG BASE_IMAGE=nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
FROM ${BASE_IMAGE}
ARG RENDERING=egl
ARG PARAVIEW_TAG=v5.12.0-RC1
ARG SUPERBUILD_TAG=v5.12.0-RC1
ARG PARAVIEW_TAG=v5.12.0-RC2
ARG SUPERBUILD_TAG=v5.12.0-RC2
ARG PARAVIEW_VERSION_STRING=paraview-5.12
ARG SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG PYTHON_VERSION=3
......
......@@ -36,9 +36,9 @@ superbuild_set_selectable_source(paraviewtranslations
superbuild_set_selectable_source(paraview
# NOTE: When updating this selection, also update the default version in
# README.md and the PARAVIEW_VERSION_DEFAULT variable in CMakeLists.txt.
SELECT 5.12.0-RC1 DEFAULT
URL "https://www.paraview.org/files/v5.12/ParaView-v5.12.0-RC1.tar.xz"
URL_MD5 791b5f854b90c7839a9615be4b98d861
SELECT 5.12.0-RC2 DEFAULT
URL "https://www.paraview.org/files/v5.12/ParaView-v5.12.0-RC2.tar.xz"
URL_MD5 7ea514542407b40882c150432fcf16d0
SELECT git CUSTOMIZABLE
GIT_REPOSITORY "https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG "origin/master"
......
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