Weiming-Hu / AnalogsEnsemble

The C++ and R packages for parallel ensemble forecasts using Analog Ensemble
https://weiming-hu.github.io/AnalogsEnsemble/
MIT License
18 stars 5 forks source link

Self-built NetCDF C++4 include path is not added to NETCDF_INCLUDE automatically #118

Closed Weiming-Hu closed 2 years ago

Weiming-Hu commented 2 years ago

The path should be automatically added to NETCDF_INCLUDES but it wasn't. The library path was added as expected.

The include path for cxx4 can be found in NETCDF_INCLUDES_CXX though. This behavior has been observed on Feather. Not sure about other platforms.

Weiming-Hu commented 2 years ago

This problem should be resolved in commit 2f7daf4a48c0057d0206a9084b9d25168f72a0fe.