We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d9222 commit d69203eCopy full SHA for d69203e
.github/workflows/meta.yml
@@ -198,7 +198,7 @@ jobs:
198
- name: (macOS) Install homebrew OpenMPI
199
if: contains(matrix.mpi,'openmpi') && contains(matrix.os,'macos')
200
run: |
201
- brew install --cc=gcc-${{ env.GCC_V }} openmpi
+ brew install openmpi #--cc=gcc-${{ env.GCC_V }} openmpi
202
203
# Phase 1: Bootstrap fpm with existing version
204
- name: Install fpm
0 commit comments