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
Utkarsh Ayachit
ParaView-Superbuild
Commits
e680e7fc
Commit
e680e7fc
authored
Jul 02, 2019
by
Cory Quammen
Browse files
Update the default version to 5.7.0-RC1
parent
764133e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e680e7fc
...
...
@@ -5,12 +5,16 @@ project(paraview-superbuild)
list
(
INSERT CMAKE_MODULE_PATH 0
"
${
CMAKE_CURRENT_LIST_DIR
}
/cmake"
)
# Force source selection setting here.
set
(
paraview_SOURCE_SELECTION
"5.7.0-RC1"
CACHE STRING
"Force version to 5.7.0-RC1"
FORCE
)
set
(
paraview_FROM_SOURCE_DIR OFF CACHE BOOL
"Force source dir off"
FORCE
)
macro
(
superbuild_setup_variables
)
include
(
SuperbuildVersionMacros
)
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.
6
.0"
set
(
PARAVIEW_VERSION_DEFAULT
"5.
7
.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/Dockerfile
View file @
e680e7fc
...
...
@@ -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.
6.
1
ARG
SUPERBUILD_TAG=v5.
6.
1
ARG
PARAVIEW_TAG=v5.
7.0-RC
1
ARG
SUPERBUILD_TAG=v5.
7.0-RC
1
ARG
SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG
DEV_BUILD=false
...
...
versions.cmake
View file @
e680e7fc
...
...
@@ -32,11 +32,11 @@ superbuild_set_revision(genericio
URL
"https://www.paraview.org/files/dependencies/genericio-master-a15ffc76cfa9f9674f933e8cb5ffc97a97fd7b27.zip"
URL_MD5 daea4ea2076fb6a1b8ccded8e861e1be
)
set
(
paraview_doc_ver_series
"5.
6
"
)
set
(
paraview_doc_ver
"
${
paraview_doc_ver_series
}
.0"
)
set
(
paraview_doc_ver_series
"5.
7
"
)
set
(
paraview_doc_ver
"
${
paraview_doc_ver_series
}
.0
-RC1
"
)
superbuild_set_revision
(
paraviewgettingstartedguide
URL
"https://www.paraview.org/files/v
${
paraview_doc_ver_series
}
/ParaViewGettingStarted-
${
paraview_doc_ver
}
.pdf"
URL_MD5
1bdadd4b5a62ba9f2de8eb0219ca858c
)
URL_MD5
392a29c111c5867b51e78bcb83e64198
)
superbuild_set_revision
(
paraviewtutorialdata
URL
"https://www.paraview.org/files/data/ParaViewTutorialData.tar.gz"
URL_MD5 ff7ceab8cfc674b227c0bba392d1ed3c
)
...
...
@@ -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.
6
.0 DEFAULT
URL
"http://www.paraview.org/files/v5.
6
/ParaView-v5.
6
.0.tar.xz"
URL_MD5
eefb05c36ba2c3a6b25991b73f699981
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 git CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG
"origin/master"
...
...
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