Skip to content

Commit

Permalink
t0_3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Oct 31, 2024
1 parent 5531f85 commit 221d257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-extended-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ runs:
run: |
echo "%GITHUB_WORKSPACE%\netcdf\netCDF4.9.2-NC4-64\lib\pkgconfig" >> $GITHUB_ENV
echo "%GITHUB_WORKSPACE%\netcdf\netCDF4.9.2-NC4-64\bin" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE%\netcdf\netcdf-fortran-4.6.1\build\fortran" >> $GITHUB_ENV
echo "$GITHUB_WORKSPACE%\netcdf\netcdf-fortran-4.6.1\build\fortran" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE%\netcdf\netcdf-fortran-4.6.1\build" >> $GITHUB_ENV
echo "$GITHUB_WORKSPACE%\netcdf\netcdf-fortran-4.6.1\build" >> $GITHUB_PATH
unix2dos -n "%GITHUB_WORKSPACE%\modflow6\.github\common\compile_modflow6_extended.bat" "%TEMP%\compile_modflow6_extended.bat"
"%ONEAPI_ROOT%\setvars.bat" intel64 vs2022 && "%TEMP%\compile_modflow6_extended.bat"
Expand Down
1 change: 1 addition & 0 deletions .github/common/compile_netcdf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ cmake --fresh -G Ninja -DCMAKE_Fortran_COMPILER="C:/Program Files (x86)/Intel/on
cmake --build .
cmake –install .

dir "%GITHUB_WORKSPACE%\netcdf\netcdf-fortran-4.6.1\build"
dir "%GITHUB_WORKSPACE%\netcdf\netcdf-fortran-4.6.1\build\fortran"

0 comments on commit 221d257

Please sign in to comment.