Skip to content
Snippets Groups Projects
Commit f748da9c authored by Caitlin Ross's avatar Caitlin Ross
Browse files

update to use vtkm 2.1 in docker images

parent e301a226
Branches
No related tags found
1 merge request!164Remove support for VTK-m 1.9 and update CI to use VTK-m 2.1
Pipeline #402648 failed
#!/bin/bash
# VTK-m v2.0.0 - Feb 15, 2023
VTKM_HASH=cfd6d3fbe534343d217c2dce47a46763692db0ec
# VTK-m v2.1.0 - Nov 29, 2023
VTKM_HASH=a057f62e756efc43095e72c5813aaaf2dea36ebb
VTKM_SHORT_HASH=${VTKM_HASH:0:8}
# ADIOS2 master - Jan 25, 2023
......
......@@ -9,7 +9,7 @@
.ubuntu18:
extends: .linux
image: "kitware/vtk:ci-fides-vtkmcfd6d3fb-adios289fabbc-ompi-latest"
image: "kitware/vtk:ci-fides-vtkma057f62e-adios289fabbc-ompi-latest"
.ubuntu_compiler_gcc_mixin:
variables:
......@@ -48,7 +48,7 @@
extends:
- .ubuntu18
- .ubuntu_compiler_gcc_mixin
image: "kitware/vtk:ci-fides-vtkmcfd6d3fb-adios289fabbc-latest"
image: "kitware/vtk:ci-fides-vtkma057f62e-adios289fabbc-latest"
variables:
CMAKE_BUILD_TYPE: RelWithDebInfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment