From d486724c278801515d828ed3329e56a32eb5b6af Mon Sep 17 00:00:00 2001 From: Erik Heeren Date: Tue, 3 Dec 2024 14:47:52 +0100 Subject: [PATCH] superlu-dist is superlu's secret identity --- container_definitions/amd64/multiscale-run/spack.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/container_definitions/amd64/multiscale-run/spack.yaml b/container_definitions/amd64/multiscale-run/spack.yaml index 6672dac..1e52b19 100644 --- a/container_definitions/amd64/multiscale-run/spack.yaml +++ b/container_definitions/amd64/multiscale-run/spack.yaml @@ -1,14 +1,14 @@ +--- spack: - specs: - - py-multiscale-run + specs: [py-multiscale-run] packages: petsc: require: - - "~hypre~superlu" # Hypre fails to compile, SuperLU the same + - ~hypre~superlu-dist # Hypre fails to compile, SuperLU the same py-pandas: - require: "~performance" # Otherwise pulls in numba that requires outdated LLVM + require: ~performance # Otherwise pulls in numba that requires outdated LLVM py-numpy-quaternion: - require: "~numba~scipy" # See above, get around Numba + require: ~numba~scipy # See above, get around Numba all: providers: mpi: [mpich]