From 8681fa61132438039285893e4ce403ef29e8af0f Mon Sep 17 00:00:00 2001 From: mjreno Date: Mon, 11 Sep 2023 08:42:38 -0400 Subject: [PATCH] nc16 --- .github/workflows/ci.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe56cf7307c..9c821deeabc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -447,6 +447,17 @@ jobs: + - name: Build dlfcn + #if: steps.cache-hdf5.outputs.cache-hit != 'true' + shell: msys2 {0} + run: | + git clone https://github.com/dlfcn-win32/dlfcn-win32.git + cd dlfcn-win32/ + ./configure + make + make install + ln -s /mingw/lib/libdl.a /mingw64/lib/libdl.a + - name: Build libhdf5-${{ matrix.hdf5 }}-${{ matrix.netcdf }} #if: steps.cache-hdf5.outputs.cache-hit != 'true' shell: msys2 {0} @@ -454,8 +465,8 @@ jobs: #pacman -Sy --noconfirm mingw-w64-x86_64-hdf5 #pacman -Sy --noconfirm mingw-w64-x86_64-netcdf #pacman -Sy --noconfirm mingw-w64-x86_64-libltdl - pacman -Syu - pacman -Sy --noconfirm mingw-w64-dlfcn + #pacman -Syu + #pacman -Sy --noconfirm mingw-w64-dlfcn #./configure --prefix=/ --libdir=/lib --incdir=/include && make && make install #pushd $HOME cd $HOME