Skip to content

Commit 951e809

Browse files
authored
Use netlib blas on Rehat clone runners (#4431)
1 parent bf78b58 commit 951e809

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci-spack.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
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

.github/workflows/spack-config/gh-actions-rh.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)