-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
superlu-dist is superlu's secret identity
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |