Skip to content

Commit 668c3e0

Browse files
committed
We shall try installin MPICH from Spack for now
Ubuntu package broken https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338
1 parent 18c06d4 commit 668c3e0

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/ci/spack-envs/gcc13_py312_mpich_h5_ad2/spack.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ spack:
2020
buildable: False
2121
hdf5:
2222
variants: +mpi
23-
mpich:
24-
externals:
25-
- spec: mpich@4.2.0
26-
prefix: /usr
27-
buildable: False
2823
perl:
2924
externals:
3025
- spec: perl@5.38.2

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: |
173173
sudo apt-get update
174174
sudo apt-get remove openmpi* libopenmpi* *hdf5* || true
175-
sudo apt-get install g++ gfortran libmpich-dev mpich python3
175+
sudo apt-get install g++ gfortran python3
176176
sudo .github/workflows/dependencies/install_spack
177177
- name: Build
178178
env: {CC: gcc, CXX: g++, MPICH_CC: gcc, MPICH_CXX: g++, CXXFLAGS: -Werror}

0 commit comments

Comments
 (0)