-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releases miss Doxygen files #56
Comments
I'm not able to duplicate this issue, using either the v4.3.2 or v4.3.1.1 release. With the former, I receive several warnings related to duplicate occurrences of section labels, and a couple of 'obsolete tag' warnings, but no missing configuration files. I am building using CMake, with the following syntax:
All other options are left with the default values. Can you provide information about what files are missing specifically? Also, can you tell me which version of doxygen you are using? I recently updated to |
From a clean netcdf-4.3.2 download, and a build
I'm getting the error
This is reproducible on another system with Doxygen 1.8.6. |
Thanks; I see the issue now. I'm correcting this in the packaging scripts for the next version, and so will mark this issue closed. I'm typically loathe to amend a release, especially after this much time has passed as I don't want to cause any confusion with any third-party package maintainers (as has happened in the past, I understand). Let me talk it over with Russ. Thank you for reporting the issue; this is a side-effect of our document reorganization, and maintaining two release systems in parallel. |
Note: I'm also updating my internal 'validate release' script. It checks for missing Makefiles and such, but had not been checking documentation. Now it will. |
Sounds good! |
I am sorely tempted to do just that, actually :). I'm a sucker for 'neat' coincidental sequences of numbers. |
I just saw on ftp://ftp.unidata.ucar.edu/pub/netcdf/ that point releases aren't even that unusual with netCDF. |
When compiling a netCDF release with
ENABLE_DOXYGEN
set toON
, the build will fail. The reason is that several Doxygen configuration files are missing. (They are present in the master tree though.)The text was updated successfully, but these errors were encountered: