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
Utkarsh Ayachit
ParaView-Superbuild
Commits
90266372
Commit
90266372
authored
Jul 18, 2017
by
Utkarsh Ayachit
⛰
Browse files
Update vtk-m version.
parent
e9746193
Pipeline
#66945
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
versions.cmake
View file @
90266372
...
...
@@ -62,6 +62,20 @@ superbuild_set_revision(catalyst
${
paraview_revision
}
)
unset
(
paraview_revision
)
superbuild_set_selectable_source
(
vtkm
SELECT for-5.4.0 DEFAULT
# keep this updated to the version needed to build the DEFAULT ParaView version.
URL https://www.paraview.org/files/dependencies/vtkm-a181373382cf9a3c1de2708756f55797ec065ab6.tar.bz2
URL_MD5 903966d713d895fd61a4c78278ba7079
SELECT for-git CUSTOMIZABLE
# keep this updated to the version needed to build ParaView "master".
GIT_REPOSITORY
"https://gitlab.kitware.com/vtk/vtk-m.git"
GIT_TAG
"5b03e87fdf8986597ab5f2c39206dff35555b49f"
SELECT git-master CUSTOMIZABLE
# this is simply vtk-m's "master".
GIT_REPOSITORY
"https://gitlab.kitware.com/vtk/vtk-m.git"
GIT_TAG
"origin/master"
)
superbuild_set_revision
(
vrpn
# https://github.com/vrpn/vrpn.git
URL
"http://www.paraview.org/files/dependencies/vrpn-a545ef6415f0026aabdbdb1d7fdbefeb91c47d4f.tar.bz2"
...
...
@@ -96,17 +110,6 @@ superbuild_set_revision(ispc
URL
"
${
ispc_file
}
"
URL_MD5
"
${
ispc_md5
}
"
)
superbuild_set_selectable_source
(
vtkm
SELECT stable DEFAULT
URL https://www.paraview.org/files/dependencies/vtkm-a181373382cf9a3c1de2708756f55797ec065ab6.tar.bz2
URL_MD5 903966d713d895fd61a4c78278ba7079
SELECT git-stable
GIT_REPOSITORY
"https://gitlab.kitware.com/vtk/vtk-m.git"
GIT_TAG 838cb9adb01891515782232e4b95cd21c4203dff
SELECT git-master CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/vtk/vtk-m.git"
GIT_TAG
"origin/master"
)
superbuild_set_revision
(
embree
URL
"http://www.paraview.org/files/dependencies/embree-2.16.4.tar.gz"
URL_MD5 3d9674024198f2944a13dd0a476ff43c
)
...
...
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