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 2a58174 commit d94d8ccCopy full SHA for d94d8cc
.github/workflows/linux_and_macos.yml
@@ -27,13 +27,14 @@ jobs:
27
- name: build
28
run: |
29
sudo apt install pkg-config git gfortran libopenmpi-dev \
30
- zlib1g zlib1g-dev libblas-dev libfftw3-dev libhdf5-openmpi-dev
+ zlib1g zlib1g-dev libblas-dev libfftw3-dev libhdf5-openmpi-dev libpng-dev
31
32
./configure \
33
--enable-fftw3 \
34
--with-hdf5 \
35
--with-blas \
36
--with-zlib \
37
+ --with-libpng \
38
MPIRUN="mpirun --oversubscribe"
39
40
make
@@ -55,7 +56,7 @@ jobs:
55
56
c=$b/gfortran; \
57
ln -s $a $c
58
- brew install open-mpi fftw hdf5-mpi
59
+ brew install open-mpi fftw hdf5-mpi libpng
60
61
mpicc -v
62
mpif90 -v
@@ -65,6 +66,7 @@ jobs:
65
66
67
68
69
70
71
72
0 commit comments