Skip to content

Commit

Permalink
nc16
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 11, 2023
1 parent 7fca5a7 commit 8681fa6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,15 +447,26 @@ 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}
run: |
#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
Expand Down

0 comments on commit 8681fa6

Please sign in to comment.