Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView-Superbuild
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Boeckel
ParaView-Superbuild
Commits
39ac1f86
Commit
39ac1f86
authored
5 years ago
by
Cory Quammen
Browse files
Options
Downloads
Patches
Plain Diff
Update the default version to 5.7.0-RC3
parent
146edb14
No related branches found
Branches containing commit
Tags
v5.9.0-RC4
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Scripts/docker/ubuntu/Dockerfile
+2
-2
2 additions, 2 deletions
Scripts/docker/ubuntu/Dockerfile
versions.cmake
+3
-3
3 additions, 3 deletions
versions.cmake
with
5 additions
and
5 deletions
Scripts/docker/ubuntu/Dockerfile
+
2
−
2
View file @
39ac1f86
...
...
@@ -57,8 +57,8 @@ ARG BASE_IMAGE=nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
FROM
${BASE_IMAGE}
ARG
RENDERING=egl
ARG
PARAVIEW_TAG=v5.7.0-RC
2
ARG
SUPERBUILD_TAG=v5.7.0-RC
2
ARG
PARAVIEW_TAG=v5.7.0-RC
3
ARG
SUPERBUILD_TAG=v5.7.0-RC
3
ARG
SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG
DEV_BUILD=false
ARG
PYTHON_VERSION=2
...
...
This diff is collapsed.
Click to expand it.
versions.cmake
+
3
−
3
View file @
39ac1f86
...
...
@@ -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.7.0-RC
2
DEFAULT
URL
"http://www.paraview.org/files/v5.7/ParaView-v5.7.0-RC
2
.tar.xz"
URL_MD5
b8fa2aae472dd40dbb05c9f45988fb13
SELECT 5.7.0-RC
3
DEFAULT
URL
"http://www.paraview.org/files/v5.7/ParaView-v5.7.0-RC
3
.tar.xz"
URL_MD5
3f48097c26a559ee08f3e98cceed0637
SELECT git CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG
"origin/master"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment