File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ jobs:
100100 make -j
101101 make install -j
102102 popd
103+ wget https://parallel-netcdf.github.io/Release/pnetcdf-1.12.3.tar.gz
104+ tar -zxf pnetcdf-1.12.3.tar.gz
105+ pushd pnetcdf-1.12.3
106+ CC=mpicc ./configure --disable-static --enable-shared --prefix=${HOME}/environments/${{ matrix.hdf5 }}
107+ make -j
108+ make install -j
109+ popd
103110
104111 # ####
105112 # One-Off Autotools-based tests.
@@ -233,7 +240,7 @@ jobs:
233240
234241 - name : Configure
235242 shell : bash -l {0}
236- run : CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} CC=mpicc ./configure --enable-hdf4 --enable-hdf5 --enable-dap --disable-dap-remote-tests --enable-parallel-tests
243+ run : CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} CC=mpicc ./configure --enable-hdf4 --enable-hdf5 --enable-dap --disable-dap-remote-tests --enable-parallel-tests --enable-pnetcdf
237244 if : ${{ success() }}
238245
239246 - name : Look at config.log if error
You can’t perform that action at this time.
0 commit comments