File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 spack -e py add python py-nanobind py-numpy py-mpi4py py-petsc4py py-slepc4py \
7878 py-scikit-build-core@1+pyproject py-setuptools py-cffi
7979 spack -e py add py-pip cmake catch2 py-pytest py-pytest-xdist ninja
80- spack -e py add openblas
8180 spack -e py add py-gmsh ^gmsh~fltk~med~mmg+external ^opencascade~draw py-pyvista ^mesa~llvm \
8281 py-networkx py-matplotlib py-pyamg py-numba ^llvm~clang~lldb~lld~offload~libomptarget~polly targets=x86 \
8382 py-scipy
Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ spack:
1313 all :
1414 require :
1515 - target=x86_64_v3
16+ # OpenBLAS segfaults on AMD EPYC runners; see PR #4414.
17+ blas :
18+ require :
19+ - netlib-lapack
20+ lapack :
21+ require :
22+ - netlib-lapack
1623
1724 mirrors :
1825 local-buildcache :
You can’t perform that action at this time.
0 commit comments