Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
b04e9563
Commit
b04e9563
authored
Dec 01, 2020
by
Vicente Bolea
💬
Committed by
Cory Quammen
Dec 02, 2020
Browse files
Update the default version to 5.9.0-RC2
parent
c6d5fee8
Changes
4
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b04e9563
...
@@ -10,7 +10,7 @@ macro (superbuild_setup_variables)
...
@@ -10,7 +10,7 @@ macro (superbuild_setup_variables)
if
(
paraview_SOURCE_SELECTION STREQUAL
"git"
)
if
(
paraview_SOURCE_SELECTION STREQUAL
"git"
)
# Assuming master; just use the latest version, but let the user set their
# 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.
# own version in case it is actually a branch from some other version.
set
(
PARAVIEW_VERSION_DEFAULT
"5.9.0-RC
1
"
set
(
PARAVIEW_VERSION_DEFAULT
"5.9.0-RC
2
"
CACHE STRING
"The default version of ParaView to use if it cannot be detected"
)
CACHE STRING
"The default version of ParaView to use if it cannot be detected"
)
mark_as_advanced
(
PARAVIEW_VERSION_DEFAULT
)
mark_as_advanced
(
PARAVIEW_VERSION_DEFAULT
)
set
(
paraview_default_version
"
${
PARAVIEW_VERSION_DEFAULT
}
"
)
set
(
paraview_default_version
"
${
PARAVIEW_VERSION_DEFAULT
}
"
)
...
...
README.md
View file @
b04e9563
...
@@ -291,7 +291,7 @@ time.
...
@@ -291,7 +291,7 @@ time.
The following flags affect ParaView directly:
The following flags affect ParaView directly:
*
`paraview_SOURCE_SELECTION`
(default
`5.9.0-RC
1
`
): The source to use for
*
`paraview_SOURCE_SELECTION`
(default
`5.9.0-RC
2
`
): The source to use for
ParaView itself. The version numbers use the source tarballs from the
ParaView itself. The version numbers use the source tarballs from the
website for the release. The
`source`
selection uses the
website for the release. The
`source`
selection uses the
`paraview_SOURCE_DIR`
variable to look at a checked out ParaView source
`paraview_SOURCE_DIR`
variable to look at a checked out ParaView source
...
...
Scripts/docker/ubuntu/development/Dockerfile
View file @
b04e9563
...
@@ -54,8 +54,8 @@ ARG BASE_IMAGE=nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
...
@@ -54,8 +54,8 @@ ARG BASE_IMAGE=nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
FROM
${BASE_IMAGE}
FROM
${BASE_IMAGE}
ARG
RENDERING=egl
ARG
RENDERING=egl
ARG
PARAVIEW_TAG=v5.9.0-RC
1
ARG
PARAVIEW_TAG=v5.9.0-RC
2
ARG
SUPERBUILD_TAG=v5.9.0-RC
1
ARG
SUPERBUILD_TAG=v5.9.0-RC
2
ARG
PARAVIEW_VERSION_STRING=paraview-5.9
ARG
PARAVIEW_VERSION_STRING=paraview-5.9
ARG
SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG
SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG
PYTHON_VERSION=2
ARG
PYTHON_VERSION=2
...
...
versions.cmake
View file @
b04e9563
...
@@ -47,9 +47,9 @@ superbuild_set_revision(paraviewtutorialdata
...
@@ -47,9 +47,9 @@ superbuild_set_revision(paraviewtutorialdata
superbuild_set_selectable_source
(
paraview
superbuild_set_selectable_source
(
paraview
# NOTE: When updating this selection, also update the default version in
# NOTE: When updating this selection, also update the default version in
# README.md and the PARAVIEW_VERSION_DEFAULT variable in CMakeLists.txt.
# README.md and the PARAVIEW_VERSION_DEFAULT variable in CMakeLists.txt.
SELECT 5.9.0-RC
1
DEFAULT
SELECT 5.9.0-RC
2
DEFAULT
URL
"https://www.paraview.org/files/v5.9/ParaView-v5.9.0-RC
1
.tar.xz"
URL
"https://www.paraview.org/files/v5.9/ParaView-v5.9.0-RC
2
.tar.xz"
URL_MD5
786ca9ba91a1616d9da1c7f5045778ba
URL_MD5
905708e6ef5e8669397c5eba08e49589
SELECT git CUSTOMIZABLE
SELECT git CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/paraview/paraview.git"
GIT_REPOSITORY
"https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG
"origin/master"
GIT_TAG
"origin/master"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment