Skip to content
Snippets Groups Projects
Commit aa8bba69 authored by Cory Quammen's avatar Cory Quammen
Browse files

Update the default version to 5.7.0-RC2

parent a387e3e6
No related branches found
Tags v5.9.0-RC1
No related merge requests found
......@@ -50,8 +50,8 @@ ARG BASE_IMAGE=nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
FROM ${BASE_IMAGE}
ARG RENDERING=egl
ARG PARAVIEW_TAG=v5.7.0-RC1
ARG SUPERBUILD_TAG=v5.7.0-RC1
ARG PARAVIEW_TAG=v5.7.0-RC2
ARG SUPERBUILD_TAG=v5.7.0-RC2
ARG SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG DEV_BUILD=false
......
......@@ -33,7 +33,7 @@ superbuild_set_revision(genericio
URL_MD5 daea4ea2076fb6a1b8ccded8e861e1be)
set(paraview_doc_ver_series "5.7")
set(paraview_doc_ver "${paraview_doc_ver_series}.0-RC1")
set(paraview_doc_ver "${paraview_doc_ver_series}.0")
superbuild_set_revision(paraviewgettingstartedguide
URL "https://www.paraview.org/files/v${paraview_doc_ver_series}/ParaViewGettingStarted-${paraview_doc_ver}.pdf"
URL_MD5 392a29c111c5867b51e78bcb83e64198)
......@@ -47,9 +47,9 @@ superbuild_set_revision(paraviewtutorialdata
# on this assumption.
superbuild_set_selectable_source(paraview
# NOTE: When updating this selection, also update `README.md` and CMakeLists.txt.
SELECT 5.7.0-RC1 DEFAULT
URL "http://www.paraview.org/files/v5.7/ParaView-v5.7.0-RC1.tar.xz"
URL_MD5 a82fa336a0cbbee48d01f25de15cf100
SELECT 5.7.0-RC2 DEFAULT
URL "http://www.paraview.org/files/v5.7/ParaView-v5.7.0-RC2.tar.xz"
URL_MD5 b8fa2aae472dd40dbb05c9f45988fb13
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