Skip to content

Commit

Permalink
t6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Oct 12, 2024
1 parent 22528ce commit 48ef436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/common/compile_netcdf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ cmake --fresh -G Ninja -DCMAKE_Fortran_COMPILER="C:/Program Files (x86)/Intel/on
cmake --build . --config Release
cmake –install . --config Release

dir .
dir fortran

:: BUILD/INSTALL SHARED LIBS
cmake --fresh -G Ninja -DCMAKE_Fortran_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/ifort.exe" -DNETCDF_C_LIBRARY="%GITHUB_WORKSPACE%/netcdf/netCDF4.9.2-NC4-64/lib/netcdf.lib" -DNETCDF_C_INCLUDE_DIR="%GITHUB_WORKSPACE%/netcdf/netCDF4.9.2-NC4-64/include" -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX="%GITHUB_WORKSPACE%/netcdf/netcdf-fortran-4.6.1_build/build" ../netcdf-fortran-4.6.1
cmake --build . --config Release
Expand Down

0 comments on commit 48ef436

Please sign in to comment.