-
Notifications
You must be signed in to change notification settings - Fork 7
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
Library check #6
Labels
Comments
igormunkin
added a commit
that referenced
this issue
Sep 26, 2016
User-defined macros such as: AX_ARG_ENABLE, AX_CHECK_PROG, AX_RAW_CHECK_PROG, AX_CHECK_LIB have been moved to separate module
igormunkin
added a commit
that referenced
this issue
Sep 26, 2016
Added check for all used netcdf functions
igormunkin
added a commit
that referenced
this issue
Sep 26, 2016
User-defined macros such as: AX_ARG_ENABLE, AX_CHECK_PROG, AX_RAW_CHECK_PROG, AX_CHECK_LIB have been moved to separate module
igormunkin
added a commit
that referenced
this issue
Sep 26, 2016
Added check for all used netcdf functions
igormunkin
added a commit
that referenced
this issue
Oct 29, 2016
Partial solution for Issue #6. Merge was caused by fix for master branch Conflicts: config.in configure.ac
Check for existence of necessary NetCDF functions has been implemented. Merged into master branch. |
igormunkin
added a commit
that referenced
this issue
Nov 26, 2016
Previous implementation of AX_CHECK_LIB macro fails whether any function in argument list has not been found and informs only about this function. This causes several configure runs to detect all names which has not been found. Current implementation validates the entire list of required functions for one library required by one component and informs about all functions that have not been found.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add check for next libraries:
Rationale: Check for all functions imported from these libraries and used in conforming parts of the project
The text was updated successfully, but these errors were encountered: