PATH="/Applications/CMake.app/Contents/bin":"$PATH"
--
You received this message because you are subscribed to the Google Groups "GOTM-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gotm-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gotm-users/11d49d02-1b5c-431b-8042-74e8a73fed71n%40googlegroups.com.
Hi Brian,
Your error message suggests that you haven’t installed NetCDF-C yet. That needs to be done before installing NetCDF-Fortran, since that’s built on top of the NetCDF C library.
Regarding the recommended directory structure: the main thing I would recommend is to create a new empty build directory for every package you build with cmake (e.g., netcdf, gotm). So rather than running cmake from ~/GOTM, I’d create an empty ~/GOTM/build-netcdf-fortran and repeat your cmake command from there (but after first installing NetCDF-C).
Cheers,
Jorn
To view this discussion on the web visit https://groups.google.com/d/msgid/gotm-users/CAFvy56WjbmzEh98A9r5zXw6hDrruu1HfZs-UJFapuuyjn4h1RQ%40mail.gmail.com.