-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
netcdf: add netcdf/4.7.4 recipe #3350
Conversation
Some configurations of 'netcdf/4.7.4' failed in build 1 (
|
Some configurations of 'netcdf/4.7.4' failed in build 2 (
|
I detected other pull requests that are modifying netcdf/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
All green in build 3 (
|
Co-authored-by: Uilian Ries <[email protected]>
All green in build 4 (
|
Please retrigger CI =) |
@prince-chrismc |
All green in build 6 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
"cdf5": True, | ||
"dap": True, | ||
} | ||
generators = "cmake_find_package", "cmake_find_package_multi", "cmake" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rarely see both cmake_find_package
and cmake_find_package_multi
are needed
+ file(RELATIVE_PATH __makedist_cur_path "${PROJECT_SOURCE_DIR}" "${__makedist_full_cur_path}") | ||
elseif(__makedist_extradist) | ||
- file(RELATIVE_PATH __makedist_cur_path "${CMAKE_BINARY_DIR}" "${__makedist_full_cur_path}") | ||
+ file(RELATIVE_PATH __makedist_cur_path "${PROJCT_BINARY_DIR}" "${__makedist_full_cur_path}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+ file(RELATIVE_PATH __makedist_cur_path "${PROJCT_BINARY_DIR}" "${__makedist_full_cur_path}") | |
+ file(RELATIVE_PATH __makedist_cur_path "${PROJECT_BINARY_DIR}" "${__makedist_full_cur_path}") |
Oh damn. While going through issues I noticed this comment: #1850 (comment) This probably should have been named netcdf-c instead. netcdf-cxx also exists. |
Thank you all for finishing the netcdf recipe! I got sidetracked with my PR and am very happy that I don't have to worry about it anymore. 👍 💯 |
Specify library name and version: netcdf/4.7.4
conan-center hook activated.