Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView-Superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
ParaView
ParaView-Superbuild
Commits
1602e5c2
Commit
1602e5c2
authored
1 year ago
by
Ryan Krattiger
Browse files
Options
Downloads
Patches
Plain Diff
Update the default version to 5.12.0-RC3
parent
130c1e17
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1172
Branch for the v5.12.0-RC3 release
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
README.md
+1
-1
1 addition, 1 deletion
README.md
Scripts/docker/ubuntu/development/Dockerfile
+2
-2
2 additions, 2 deletions
Scripts/docker/ubuntu/development/Dockerfile
versions.cmake
+3
-3
3 additions, 3 deletions
versions.cmake
with
7 additions
and
7 deletions
CMakeLists.txt
+
1
−
1
View file @
1602e5c2
...
...
@@ -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.12.0-RC
2
"
set
(
PARAVIEW_VERSION_DEFAULT
"5.12.0-RC
3
"
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
}
"
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
1602e5c2
...
...
@@ -285,7 +285,7 @@ time.
The following flags affect ParaView directly:
*
`paraview_SOURCE_SELECTION`
(default
`5.12.0-RC
2
`
): The source to use for
*
`paraview_SOURCE_SELECTION`
(default
`5.12.0-RC
3
`
): 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
...
...
This diff is collapsed.
Click to expand it.
Scripts/docker/ubuntu/development/Dockerfile
+
2
−
2
View file @
1602e5c2
...
...
@@ -53,8 +53,8 @@ ARG BASE_IMAGE=nvidia/opengl:1.0-glvnd-devel-ubuntu18.04
FROM
${BASE_IMAGE}
ARG
RENDERING=egl
ARG
PARAVIEW_TAG=v5.12.0-RC
2
ARG
SUPERBUILD_TAG=v5.12.0-RC
2
ARG
PARAVIEW_TAG=v5.12.0-RC
3
ARG
SUPERBUILD_TAG=v5.12.0-RC
3
ARG
PARAVIEW_VERSION_STRING=paraview-5.12
ARG
SUPERBUILD_REPO=https://gitlab.kitware.com/paraview/paraview-superbuild.git
ARG
PYTHON_VERSION=3
...
...
This diff is collapsed.
Click to expand it.
versions.cmake
+
3
−
3
View file @
1602e5c2
...
...
@@ -45,9 +45,9 @@ endif ()
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.12.0-RC
2
${
paraview_release_default
}
URL
"https://www.paraview.org/files/v5.12/ParaView-v5.12.0-RC
2
.tar.xz"
URL_MD5
7ea514542407b40882c150432fcf16d0
SELECT 5.12.0-RC
3
${
paraview_release_default
}
URL
"https://www.paraview.org/files/v5.12/ParaView-v5.12.0-RC
3
.tar.xz"
URL_MD5
b308e45481131e5429faa9d5fea7f3ba
SELECT git CUSTOMIZABLE
${
paraview_git_default
}
GIT_REPOSITORY
"https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG
"origin/master"
...
...
This diff is collapsed.
Click to expand it.
Ryan Krattiger
@ryan.krattiger1
mentioned in commit
97172c3d
·
1 year ago
mentioned in commit
97172c3d
mentioned in commit 97172c3d9dd66e871da37950874c27b1124c2223
Toggle commit list
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