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
Bob Obara
CMB-SuperBuild
Commits
74d5ee41
Commit
74d5ee41
authored
Jul 28, 2021
by
Bob Obara
Browse files
SP: Removing Patch number from configurations
Starting with 21.07 the patch numbers should not be included.
parent
9988487a
Changes
2
Hide whitespace changes
Inline
Side-by-side
packages/modelbuilder/modelbuilder.configure.cmake
View file @
74d5ee41
...
...
@@ -16,10 +16,10 @@ if (modelbuilder_RELEASE STREQUAL "<development>")
elseif
(
NOT modelbuilder_RELEASE IN_LIST modelbuilder_versions
)
message
(
FATAL_ERROR
"Unsupported modelbuilder version
${
modelbuilder_RELEASE
}
."
)
elseif
(
modelbuilder_RELEASE STREQUAL
"21.07
.0
"
)
set
(
cmb_SOURCE_SELECTION
"21.07
.0
"
)
set
(
smtk_SOURCE_SELECTION
"21.07
.0
"
)
set
(
paraview_SOURCE_SELECTION
"for-v21.07
.0
"
)
elseif
(
modelbuilder_RELEASE STREQUAL
"21.07"
)
set
(
cmb_SOURCE_SELECTION
"21.07"
)
set
(
smtk_SOURCE_SELECTION
"21.07"
)
set
(
paraview_SOURCE_SELECTION
"for-v21.07"
)
elseif
(
modelbuilder_RELEASE STREQUAL
"21.05.0"
)
set
(
cmb_SOURCE_SELECTION
"21.05.0"
)
set
(
smtk_SOURCE_SELECTION
"21.05.0"
)
...
...
versions.cmake
View file @
74d5ee41
...
...
@@ -40,7 +40,7 @@ superbuild_set_selectable_source(paraview
SELECT for-v21.05.0 CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/paraview.git"
GIT_TAG
"30de93d5053706afa747511809da5a9ef129c086"
SELECT for-v21.07
.0
CUSTOMIZABLE
SELECT for-v21.07 CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/paraview.git"
GIT_TAG
"f55e64b42c30b33a76ed4140d45a28cd00b8bd67"
SELECT source CUSTOMIZABLE
...
...
@@ -59,7 +59,7 @@ superbuild_set_selectable_source(vtkonly
SOURCE_DIR
"source-vtkonly"
)
superbuild_set_selectable_source
(
cmb
SELECT 21.07
.0
SELECT 21.07
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/cmb.git"
GIT_TAG
"v21.07.0"
SELECT 21.05.0
...
...
@@ -76,7 +76,7 @@ superbuild_set_selectable_source(cmb
SOURCE_DIR
"source-cmb"
)
superbuild_set_selectable_source
(
smtk
SELECT 21.07
.0
SELECT 21.07
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/smtk.git"
GIT_TAG
"v21.07.0"
SELECT 21.05.0
...
...
Write
Preview
Supports
Markdown
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