-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix udunits on mac / travis #977
Comments
@aashish24 Their CMake system won't work -- it doesn't install the udunits.h header, which is needed by UVCDAT/Packages/unidata to build the python udunits interface. I'll remake the patch for their configure script. |
I think he is referring to the |
It's a problem with the way the udunits package has written their CMake build system -- it doesn't install the same files as their autoconf script does. |
PR #847 updated the udunits version and removed the patch that fixed compilation on Travis's mac boxes (the failing flex issue, #769).
Either update the udunits compilation to use the new CMake support, or reapply the flex patch.
The text was updated successfully, but these errors were encountered: