Skip to content
Snippets Groups Projects
Commit 7914fc92 authored by Vicente Bolea's avatar Vicente Bolea
Browse files

Update the default version to 5.10.1

(cherry picked from commit 145c5d8b)
parent 6ca34705
No related branches found
No related tags found
No related merge requests found
......@@ -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.10.0"
set(PARAVIEW_VERSION_DEFAULT "5.10.1"
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}")
......
......@@ -297,7 +297,7 @@ time.
The following flags affect ParaView directly:
* `paraview_SOURCE_SELECTION` (default `5.10.0`): The source to use for
* `paraview_SOURCE_SELECTION` (default `5.10.1`): 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
......
......@@ -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.10.0
ARG SUPERBUILD_TAG=v5.10.0
ARG PARAVIEW_TAG=v5.10.1
ARG SUPERBUILD_TAG=v5.10.1
ARG PARAVIEW_VERSION_STRING=paraview-5.10
ARG SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG PYTHON_VERSION=2
......
......@@ -34,9 +34,9 @@ superbuild_set_revision(paraviewtutorialdata
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.10.0
URL "https://www.paraview.org/files/v5.10/ParaView-v5.10.0.tar.xz"
URL_MD5 7a0a1cf6217b34d1790949347e7bfeea
SELECT 5.10.1
URL "https://www.paraview.org/files/v5.10/ParaView-v5.10.1.tar.xz"
URL_MD5 0e1463ef95b4661b90e2ef4ea3c5182f
SELECT git CUSTOMIZABLE DEFAULT
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