You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get a cmake build working in my CI, but I can't find any instructions or documentation, and if Cmake has a standard way of specifying where to find required libraries, I don't know what that way is.
It ignores CPPFLAGS and LDFLAGS, and is trying to find the netcdf C library. How do I tell the netcdf-fortran cmake build where the C library is?
The text was updated successfully, but these errors were encountered:
The cmake underpinnings in Fortran are a port that Russ did of my 1st attempt at integration with C. There are refinements and such which need to be made. Sticking with autotools for the time being is most likely easier. You can also use -DCMAKE_PREFIX_PATH=/[c library location root]/
I am trying to get a cmake build working in my CI, but I can't find any instructions or documentation, and if Cmake has a standard way of specifying where to find required libraries, I don't know what that way is.
It ignores CPPFLAGS and LDFLAGS, and is trying to find the netcdf C library. How do I tell the netcdf-fortran cmake build where the C library is?
The text was updated successfully, but these errors were encountered: