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
aeva
CMB-Superbuild
Commits
9d3c15db
Commit
9d3c15db
authored
Oct 24, 2019
by
Bob Obara
Browse files
Update the default version to 6.3.0
parent
ca124446
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9d3c15db
...
...
@@ -11,7 +11,7 @@ macro (superbuild_setup_variables)
if
(
cmb_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
(
CMB_VERSION_DEFAULT
"
<FETCH_FROM_GIT>
"
set
(
CMB_VERSION_DEFAULT
"
6.3.0-rc1
"
CACHE STRING
"The default version of CMB to use if it cannot be detected"
)
if
(
CMB_VERSION_DEFAULT STREQUAL
"<FETCH_FROM_GIT>"
)
include
(
cmbVersion
)
...
...
@@ -33,7 +33,7 @@ macro (superbuild_setup_variables)
if
(
smtk_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
(
SMTK_VERSION_DEFAULT
"
<FETCH_FROM_GIT>
"
set
(
SMTK_VERSION_DEFAULT
"
3.3.0-rc1
"
CACHE STRING
"The default version of SMTK to use if it cannot be detected"
)
if
(
SMTK_VERSION_DEFAULT STREQUAL
"<FETCH_FROM_GIT>"
)
include
(
smtkVersion
)
...
...
versions.cmake
View file @
9d3c15db
...
...
@@ -53,7 +53,7 @@ superbuild_set_revision(boost
superbuild_set_selectable_source
(
paraview
SELECT git CUSTOMIZABLE DEFAULT
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/paraview.git"
GIT_TAG
"
origin/for/cmb
"
GIT_TAG
"
2c64f2e43b873a399aa2513a24d336470f2cc3b4
"
SELECT offline
URL
"http://www.computationalmodelbuilder.org/files/dependencies/paraview-2c64f2e43b873a399aa2513a24d336470f2cc3b4.tar.bz2"
URL_MD5 33d032ea2f593da8be7c41358627ce10
)
...
...
@@ -63,20 +63,20 @@ superbuild_set_revision(vtkonly
GIT_TAG
"v8.2.0"
)
superbuild_set_selectable_source
(
cmb
SELECT 6.
2
.0
SELECT 6.
3
.0
-rc1 DEFAULT
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/cmb.git"
GIT_TAG
"v6.
2
.0"
SELECT git CUSTOMIZABLE
DEFAULT
GIT_TAG
"v6.
3
.0
-rc1
"
SELECT git CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/cmb.git"
GIT_TAG
"origin/master"
SELECT source CUSTOMIZABLE
SOURCE_DIR
"source-cmb"
)
superbuild_set_selectable_source
(
smtk
SELECT 3.
2
.0
SELECT 3.
3
.0
-rc1 DEFAULT
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/smtk.git"
GIT_TAG
"v3.
2
.0"
SELECT git CUSTOMIZABLE
DEFAULT
GIT_TAG
"v3.
3
.0
-rc1
"
SELECT git CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/smtk.git"
GIT_TAG
"origin/master"
SELECT source CUSTOMIZABLE
...
...
@@ -84,7 +84,7 @@ superbuild_set_selectable_source(smtk
superbuild_set_revision
(
cmbworkflows
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/simulation-workflows.git"
GIT_TAG
origin/master
)
GIT_TAG
1db37b0cbda0686827e529ed501c876477f4b04f
)
superbuild_set_revision
(
hdf5
URL
"https://www.paraview.org/files/dependencies/hdf5-1.10.3.tar.bz2"
...
...
@@ -210,7 +210,7 @@ superbuild_set_revision(smtkresourcemanagerstate
superbuild_set_revision
(
smtkprojectmanager
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/plugins/project-manager.git"
GIT_TAG
master
)
GIT_TAG
c18164fc94083f61451139f80a9f26825ec91518
)
superbuild_set_revision
(
pegtl
# https://github.com/taocpp/PEGTL/releases/tag/2.7.1
...
...
Write
Preview
Markdown
is supported
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