Compare commits

...

1 Commits

Author SHA1 Message Date
psakiev
707cc32d70 Spack-Snake: A stack for python
Spack has the ability to provide a binary cache of python packages
for general use in the scientific and data analytics communities.
This PR is an effort to begin such a collection
2025-05-07 21:36:37 -06:00

View File

@ -0,0 +1,44 @@
spack:
view: false
concretizer:
reuse: false
unify: false
static_analysis: true
packages:
all:
require:
- "%gcc"
- target=x86_64_v3
variants: +mpi
c:
require: gcc
cxx:
require: gcc
fortran:
require: gcc
mpi:
require:
- openmpi
blas:
require:
- openblas
lapack:
require:
- openblas
specs:
- python
- py-numpy
- py-scipy
- py-matplotlib
- py-pip
- py-mpi4py
ci:
pipeline-gen:
- build-job:
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-gcc-11.4:2024.03.01
cdash:
build-group: spack-snake