From 22a0c9dab01890fd50f5f43f348f7f793f9c1258 Mon Sep 17 00:00:00 2001 From: mjreno Date: Sun, 10 Sep 2023 12:58:47 -0400 Subject: [PATCH] nc12 --- .github/workflows/ci.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab999ad3b48..9e820400de1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -434,29 +434,20 @@ jobs: #echo "LD_LIBRARY_PATH=${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/lib" >> $GITHUB_ENV echo "CFLAGS=-I/mingw64/include" >> $GITHUB_ENV echo "LDFLAGS=-L/mingw64/lib" >> $GITHUB_ENV - echo "LD_LIBRARY_PATH=/mingw64/lib" >> $GITHUB_ENV + echo "LD_LIBRARY_PATH=/mingw64/lib" >> $GITHUB_ENV - ### - # Installing libhdf4 and libhdf5 - ### -# - name: Cache libhdf5-${{ matrix.hdf5 }}-${{ matrix.netcdf }} -# id: cache-hdf5 -# uses: actions/cache@v2 -# with: -# path: ~/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }} -# key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }} - name: Build libhdf5-${{ matrix.hdf5 }}-${{ matrix.netcdf }} -# if: steps.cache-hdf5.outputs.cache-hit != 'true' + #if: steps.cache-hdf5.outputs.cache-hit != 'true' shell: msys2 {0} run: | #pacman -Sy --noconfirm mingw-w64-x86_64-hdf5 -# pacman -Sy --noconfirm mingw-w64-x86_64-netcdf -# #pushd $HOME + #pacman -Sy --noconfirm mingw-w64-x86_64-netcdf + #pushd $HOME cd $HOME wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-$(echo ${{ matrix.hdf5 }} | cut -d. -f 1,2)/hdf5-${{ matrix.hdf5 }}/src/hdf5-${{ matrix.hdf5 }}.tar.bz2 tar -jxf hdf5-${{ matrix.hdf5 }}.tar.bz2 -# #pushd hdf5-${{ matrix.hdf5 }} + #pushd hdf5-${{ matrix.hdf5 }} cd hdf5-${{ matrix.hdf5 }} ./configure --disable-static --enable-shared --prefix=${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }} --enable-hl --with-szlib make -j