Skip to content

Commit

Permalink
nc13
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 10, 2023
1 parent 22a0c9d commit 65d2a9e
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,15 +426,25 @@ jobs:
# --prefix -> /mingw64
# --includedir -> /mingw64/include
# --libdir -> /mingw64/lib
- name: Install System dependencies
shell: msys2 {0}
run: |
# - name: Install System dependencies
# shell: msys2 {0}
# run: |
#echo "CFLAGS=-I${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/include" >> $GITHUB_ENV
#echo "LDFLAGS=-L${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/lib" >> $GITHUB_ENV
#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 "CFLAGS=-I/mingw64/include" >> $GITHUB_ENV
# echo "LDFLAGS=-L/mingw64/lib" >> $GITHUB_ENV
# echo "LD_LIBRARY_PATH=/mingw64/lib" >> $GITHUB_ENV
- run: echo "FCFLAGS=-I${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/include" >> $GITHUB_ENV
- run: echo "FFLAGS=-I${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/include" >> $GITHUB_ENV
- run: echo "CFLAGS=-I${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/include" >> $GITHUB_ENV

- run: echo "CPPFLAGS=-I${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/include" >> $GITHUB_ENV
- run: echo "LDFLAGS=-L${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/lib" >> $GITHUB_ENV
- run: echo "LD_LIBRARY_PATH=${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/lib" >> $GITHUB_ENV
- run: echo "DYLD_LIBRARY_PATH=${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/lib" >> $GITHUB_ENV
- run: echo "PATH=${HOME}/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}/bin:${PATH}" >> $GITHUB_ENV



- name: Build libhdf5-${{ matrix.hdf5 }}-${{ matrix.netcdf }}
Expand Down

0 comments on commit 65d2a9e

Please sign in to comment.