Ward Fisher
Ward Fisher
This appears to have been corrected in the current `master`, and will roll out with the next release. Thank you!
It is possible I was premature, because I examined it on a local copy and did not find the text. I will reopen and figure out this discrepancy. Thank you...
Interesting, and thanks very much for the information! Will see if we can recreate the issue on our end and implement a fix.
@piqueen314 Can you provide any insight into fixing this? Thanks!
Hello, The documentation for cmake needs to be fleshed out. Do you have netcdf-c installed on your system, and is it in a standard location? I'm happy to help you...
The command-line invocation of `cmake` you will likely want to use will look like this, assuming you are starting in the `netcdf-fortran/` root directory. $ mkdir build $ cd build...
When invoking cmake, the `CMAKE_PREFIX_PATH` variable should take precedence. So pointing that to the location of your install for v4.9.0 should work. After building the `netcdf-c` library, are you running...
Hi. When you run `cmake`, you can specify an install location by passing `-DCMAKE_INSTALL_PREFIX=[location you have write access to]`. This is where the library will be installed when you run...
Failing to linka gainst libsz (or libaec, I need to double check). See `config.log` step on failing MacOS tests when I pick that back up.
We'd very much welcome a PR to fix these subroutines, but in the short term I will get this fixed so that the flags aren't appended when they clearly shouldn't...