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

[NetCDF] Set compat bounds for HDF5_jll up to patch, ~1.12.2 [skip build] #6790

Merged
merged 1 commit into from
May 24, 2023

Conversation

mkitti
Copy link
Contributor

@mkitti mkitti commented May 24, 2023

Set compat bounds for HDF5_jll

NetCDF_jll probably should be ~1.12.2 unless established otherwise

Otherwise, this hould finish out the diff for #6707 except that I skip build.

@mkitti mkitti changed the title [HDF5][SZ][NetCDF] Set compat bounds for HDF5_jll [skip build] [SZ][NetCDF] Set compat bounds for HDF5_jll [skip build] May 24, 2023
@@ -80,7 +80,8 @@ dependencies = [
platforms=filter(!Sys.isbsd, platforms)),
Dependency(PackageSpec(name="LLVMOpenMP_jll", uuid="1d63c593-3942-5779-bab2-d838dc0a180e");
platforms=filter(Sys.isbsd, platforms)),
Dependency("HDF5_jll"; platforms=hdf5_platforms),
# Updating to a newer HDF5 version is likely possible without problems but requires rebuilding this package
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already on master d995ccc or am I missing something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this part is already merged from #6707 . I did this before the automerge completed.

@@ -98,7 +98,7 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency(PackageSpec(name="HDF5_jll"), compat="~1.12"),
Dependency(PackageSpec(name="HDF5_jll"), compat="~1.12.2"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise: 3fbc357

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is is different. 3fbc357 changed the compat to ~1.12. Here we change the compat to ~1.12.2 which I think is needed for NetCDF_jll to function correctly.

@mkitti mkitti force-pushed the mkitti/sz-hdf5-compat-bounds branch from b9c1f31 to 5717df3 Compare May 24, 2023 17:30
@mkitti mkitti changed the title [SZ][NetCDF] Set compat bounds for HDF5_jll [skip build] [NetCDF] Set compat bounds for HDF5_jll up to patch, ~1.12.2 [skip build] May 24, 2023
@giordano giordano merged commit 309a5cf into JuliaPackaging:master May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants