Skip to content
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

Open
igormunkin opened this issue Aug 18, 2016 · 1 comment
Open

Library check #6

igormunkin opened this issue Aug 18, 2016 · 1 comment
Assignees

Comments

@igormunkin
Copy link
Member

Add check for next libraries:

  • OpenMP
  • OpenCL
  • OpenGL
  • NetCDF

Rationale: Check for all functions imported from these libraries and used in conforming parts of the project

@igormunkin igormunkin self-assigned this Sep 26, 2016
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
@igormunkin
Copy link
Member Author

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
Projects
None yet
Development

No branches or pull requests

1 participant