File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 14
14
15
15
env :
16
16
CI : " ON" # We can detect this in the build system and other vendors implement it
17
- HOMEBREW_NO_ANALYTICS : " ON" # Make Homebrew installation a little quicker
18
- HOMEBREW_NO_AUTO_UPDATE : " ON"
19
- HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK : " ON"
20
- HOMEBREW_NO_GITHUB_API : " ON"
21
- HOMEBREW_NO_INSTALL_CLEANUP : " ON"
17
+ HOMEBREW_NO_ANALYTICS : 1 # Make Homebrew installation a little quicker
18
+ HOMEBREW_NO_AUTO_UPDATE : 1
19
+ HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK : 1
20
+ HOMEBREW_NO_GITHUB_API : 1
21
+ HOMEBREW_NO_INSTALL_CLEANUP : 1
22
+ HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK : 1
22
23
23
24
jobs :
24
25
@@ -198,7 +199,7 @@ jobs:
198
199
- name : (macOS) Install homebrew OpenMPI
199
200
if : contains(matrix.mpi,'openmpi') && contains(matrix.os,'macos')
200
201
run : |
201
- brew install --cc=gcc-${{ env.GCC_V }} openmpi
202
+ brew install openmpi # --cc=gcc-${{ env.GCC_V }} openmpi
202
203
203
204
# Phase 1: Bootstrap fpm with existing version
204
205
- name : Install fpm
Original file line number Diff line number Diff line change 3
3
! > This is a wrapper data type that encapsulate all pre-processing information
4
4
! > (compiler flags, linker libraries, etc.) required to correctly enable a package
5
5
! > to use a core library.
6
+ ! >
6
7
! >
7
- ! >
8
- ! >### Available core libraries
8
+ ! >### Available core libraries
9
9
! >
10
10
! > - OpenMP
11
+ ! > - MPI
12
+ ! > - fortran-lang stdlib
13
+ ! > - fortran-lang minpack
14
+ ! >
11
15
! >
12
16
! > @note Core libraries are enabled in the [build] section of the fpm.toml manifest
13
17
! >
You can’t perform that action at this time.
0 commit comments