Skip to content

Commit 6306e2d

Browse files
committed
Force use of mpi compiler wrappers when building hypre.
1 parent 662e8ef commit 6306e2d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pkgs/hypre.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ build_stages:
3535
bash: |
3636
cd src
3737
38+
- name: set-compiler
39+
after: prologue
40+
before: configure
41+
handler: bash
42+
bash: |
43+
export CC=${MPICC}
44+
export CXX=${MPICXX}
45+
export F77=${MPIF77}
46+
3847
- when: with_openblas
3948
name: configure
4049
mode: update

0 commit comments

Comments
 (0)