Skip to content

Commit

Permalink
Add multiscale-run containre
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Dec 2, 2024
1 parent af2d9b7 commit 61e0dde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions container_definitions/amd64/multiscale-run/spack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
spack:
specs:
- py-multiscale-run
packages:
py-pandas:
require: "~performance" # Otherwise pulls in numba that requires outdated LLVM
py-numpy-quaternion:
require: "~numba~scipy" # See above, get around Numba
all:
providers:
mpi: [mpich]

0 comments on commit 61e0dde

Please sign in to comment.