From ea7286b7eb5e5dd85479b41a2316d1d2873416c6 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Mon, 15 Jul 2024 11:32:30 +0200 Subject: [PATCH] [ci,guix] vtk 9.3 is now in upstream. https://issues.guix.gnu.org/70323 --- scripts/ci/jobs/build-guix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/jobs/build-guix.yml b/scripts/ci/jobs/build-guix.yml index 382507a6346..4ef2bef9959 100644 --- a/scripts/ci/jobs/build-guix.yml +++ b/scripts/ci/jobs/build-guix.yml @@ -48,7 +48,7 @@ deploy container: - guix describe - | if [[ "$GUIX_PACKAGE" =~ .*-mkl ]]; then - GUIX_ARGS="--with-commit=eigen=9000b3767770f6dd0f4cfb12f4e19c71921885a4 --without-tests=eigen --with-configure-flag=vtk=-DVTK_MODULE_USE_EXTERNAL_VTK_eigen=OFF --with-source=vtk=https://github.com/Kitware/VTK/archive/refs/tags/v9.3.0.tar.gz" + GUIX_ARGS="--with-commit=eigen=9000b3767770f6dd0f4cfb12f4e19c71921885a4 --without-tests=eigen --with-configure-flag=vtk=-DVTK_MODULE_USE_EXTERNAL_VTK_eigen=OFF" fi # Add openmpi package for mpirun if [[ "$GUIX_PACKAGE" =~ .*petsc.* ]]; then