Skip to content
Snippets Groups Projects
Unverified Commit eb7959bd authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Fix mkl guix container builds.

Default vtk 9.3.0 download misses ThirdParty/eigen/vtkeigen
subdirectory. Use explicit download from GitHub-tag.
parent 0cb6faf5
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ deploy container: ...@@ -48,7 +48,7 @@ deploy container:
- guix describe - guix describe
- | - |
if [[ "$GUIX_PACKAGE" =~ .*-mkl ]]; then 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" 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"
fi fi
# Add openmpi package for mpirun # Add openmpi package for mpirun
if [[ "$GUIX_PACKAGE" =~ .*petsc.* ]]; then if [[ "$GUIX_PACKAGE" =~ .*petsc.* ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment