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

Update the default version to 5.8.0

parent 9bb8e2e2
No related branches found
Tags v5.9.0-RC1
No related merge requests found
......@@ -54,8 +54,8 @@ ARG BASE_IMAGE=nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
FROM ${BASE_IMAGE}
ARG RENDERING=egl
ARG PARAVIEW_TAG=v5.8.0-RC3
ARG SUPERBUILD_TAG=v5.8.0-RC3
ARG PARAVIEW_TAG=v5.8.0
ARG SUPERBUILD_TAG=v5.8.0
ARG PARAVIEW_VERSION_STRING=paraview-5.8
ARG SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG PYTHON_VERSION=2
......
......@@ -39,9 +39,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.8.0-RC3 DEFAULT
URL "http://www.paraview.org/files/v5.8/ParaView-v5.8.0-RC3.tar.xz"
URL_MD5 355428c31455db996b780a1a44ebc5f9
SELECT 5.8.0 DEFAULT
URL "http://www.paraview.org/files/v5.8/ParaView-v5.8.0.tar.xz"
URL_MD5 93df5221af66c451d6a1c2253a53fe6b
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