-
- Downloads
use script to install cmake with Dockerfile
For some reason the version of cmake installed by apt stopped working for building adios and vtkm, so now use a script to install a more recent version.
Showing
- .gitlab/ci/docker/cmake.sh 36 additions, 0 deletions.gitlab/ci/docker/cmake.sh
- .gitlab/ci/docker/install_adios2.sh 1 addition, 0 deletions.gitlab/ci/docker/install_adios2.sh
- .gitlab/ci/docker/install_vtkm.sh 1 addition, 0 deletions.gitlab/ci/docker/install_vtkm.sh
- .gitlab/ci/docker/ubuntu18-ompi/Dockerfile 4 additions, 0 deletions.gitlab/ci/docker/ubuntu18-ompi/Dockerfile
- .gitlab/ci/docker/ubuntu18-ompi/install_deps.sh 1 addition, 1 deletion.gitlab/ci/docker/ubuntu18-ompi/install_deps.sh
- .gitlab/ci/docker/ubuntu18/Dockerfile 4 additions, 0 deletions.gitlab/ci/docker/ubuntu18/Dockerfile
- .gitlab/ci/docker/ubuntu18/install_deps.sh 1 addition, 1 deletion.gitlab/ci/docker/ubuntu18/install_deps.sh
- .gitlab/ci/docker/update-images.sh 4 additions, 0 deletions.gitlab/ci/docker/update-images.sh
Loading