Unidata / netcdf-fortran

Official GitHub repository for netCDF-Fortran libraries, which depend on the netCDF C library. Install the netCDF C library first.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncf-fortran installation instructions

VictorEijkhout opened this issue · comments

  1. Page https://docs.unidata.ucar.edu/netcdf-c/current/building_netcdf_fortran.html only has configure instructions, not the cmake configuration.
  2. the link to the "fortran bootstrap procudure" https://docs.unidata.ucar.edu/netcdf-c/current/getting_and_building_netcdf.html#getting is broken.

At this point, I am giving up, as I simply cannot figure out how to get the CMake build to work, and the provided configure.ac generates a broken configure script that looks for a nonexistent install.sh.

@jstrodtb which release are you using? I am not seeing this behavior on a released version, although I'll make sure it's fixed in the development branch. @VictorEijkhout thanks for letting us know; the fortran bootstrap has been removed, and it will be removed from the documentation. We are moving to fetchcontent functionality provided by cmake.