File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,14 @@ jobs:
81
81
run : |
82
82
sudo apt-get update
83
83
sudo apt install -y -q openmpi-bin libopenmpi-dev hwloc fabric libhdf5-dev \
84
- libhdf5-fortran-102 libnetcdf-dev libnetcdff-dev
84
+ libhdf5-fortran-102 libnetcdf-dev libnetcdff-dev libopenblas-dev
85
85
86
86
- name : (Ubuntu) Install MPICH
87
87
if : contains(matrix.os,'ubuntu') && contains(matrix.mpi,'mpich')
88
88
run : |
89
89
sudo apt-get update
90
90
sudo apt install -y -q mpich hwloc fabric libhdf5-dev libhdf5-fortran-102 \
91
- libnetcdf-dev libnetcdff-dev
91
+ libnetcdf-dev libnetcdff-dev libopenblas-dev
92
92
93
93
# Intel
94
94
@@ -227,6 +227,11 @@ jobs:
227
227
brew install netcdf
228
228
brew install netcdf-fortran
229
229
230
+ - name : (macOS) Install homebrew OpenBLAS
231
+ if : contains(matrix.os,'macos')
232
+ run : |
233
+ brew install openblas
234
+
230
235
# Phase 1: Bootstrap fpm with existing version
231
236
- name : Install fpm
232
237
uses : fortran-lang/setup-fpm@v5
@@ -334,4 +339,3 @@ jobs:
334
339
shell : bash
335
340
run : |
336
341
ci/meta_tests.sh "$PWD/${{ env.FPM_RELEASE }}"
337
-
Original file line number Diff line number Diff line change @@ -52,5 +52,10 @@ pushd metapackage_netcdf
52
52
" $fpm " run --verbose
53
53
popd
54
54
55
+ pushd metapackage_blas
56
+ " $fpm " build --verbose
57
+ " $fpm " run --verbose
58
+ popd
59
+
55
60
# Cleanup
56
61
rm -rf ./* /build
You can’t perform that action at this time.
0 commit comments