Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ParaView
ParaView-Superbuild
Commits
ed9845ff
Commit
ed9845ff
authored
Jan 13, 2020
by
Cory Quammen
Browse files
Update the default version to 5.8.0-RC1
parent
9164cd16
Pipeline
#157182
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ed9845ff
...
...
@@ -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.
7
.0"
set
(
PARAVIEW_VERSION_DEFAULT
"5.
8
.0"
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
}
"
)
...
...
Scripts/docker/ubuntu/development/Dockerfile
View file @
ed9845ff
...
...
@@ -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.
7
.0
ARG
SUPERBUILD_TAG=v5.
7
.0
ARG
PARAVIEW_TAG=v5.
8
.0
-RC1
ARG
SUPERBUILD_TAG=v5.
8
.0
-RC1
ARG
SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG
PYTHON_VERSION=2
ARG
BUILD_TYPE=Release
...
...
versions.cmake
View file @
ed9845ff
...
...
@@ -24,7 +24,7 @@ superbuild_set_revision(genericio
URL
"https://www.paraview.org/files/dependencies/genericio-master-a15ffc76cfa9f9674f933e8cb5ffc97a97fd7b27.zip"
URL_MD5 daea4ea2076fb6a1b8ccded8e861e1be
)
set
(
paraview_doc_ver_series
"5.
7
"
)
set
(
paraview_doc_ver_series
"5.
8
"
)
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"
...
...
@@ -41,9 +41,9 @@ superbuild_set_selectable_source(paraview
# NOTE: When updating this selection, also update `README.md` and CMakeLists.txt.
# NOTE: When 5.8.0 is added, remove 5.7.0 and also remove deprecated vars in
# `paraview.cmake`
SELECT 5.
7
.0 DEFAULT
URL
"http://www.paraview.org/files/v5.
7
/ParaView-v5.
7
.0.tar.xz"
URL_MD5
5f86cb2ab2e1efb415271f375f67e41
b
SELECT 5.
8
.0
-RC1
DEFAULT
URL
"http://www.paraview.org/files/v5.
8
/ParaView-v5.
8
.0
-RC1
.tar.xz"
URL_MD5
eac4f96d20da17cc2f80c1c35152d14
b
SELECT git CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG
"origin/master"
...
...
Cory Quammen
@cory.quammen
mentioned in commit
b0391498
·
Jan 14, 2020
mentioned in commit
b0391498
mentioned in commit b039149897fb93517b5a1846c8b36e98392c1558
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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