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

[HiGHS] add explicit Zlib_jll dependency #8071

Merged
merged 6 commits into from
Feb 7, 2024

Conversation

odow
Copy link
Contributor

@odow odow commented Feb 7, 2024

x-ref jump-dev/HiGHS.jl#199

TODO:

  • once the build succeeds, I need to check if Zlib was correctly found

H/HiGHS/HiGHS/build_tarballs.jl Outdated Show resolved Hide resolved
H/HiGHS/HiGHS/build_tarballs.jl Outdated Show resolved Hide resolved
@odow
Copy link
Contributor Author

odow commented Feb 7, 2024

Looks like this worked

image

@@ -4,7 +4,7 @@ using BinaryBuilder, Pkg

name = "HiGHS"

version = v"1.6.0"
version = v"1.6.1"
Copy link
Member

Choose a reason for hiding this comment

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

The upstream version didn't change though?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah upstream hasn't released a new version yet. But I also thought that you couldn't add new dependencies to a +1 version?

Copy link
Member

Choose a reason for hiding this comment

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

Adding is actually fine, it's removing, or changing compat bounds, that doesn't work

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah okay cool. I reverted to 1.6.0

H/HiGHS/highs_common.jl Outdated Show resolved Hide resolved
@giordano giordano merged commit c25f8bd into JuliaPackaging:master Feb 7, 2024
43 checks passed
@odow odow deleted the patch-5 branch February 7, 2024 20:58
grasph pushed a commit to Moelf/Yggdrasil that referenced this pull request Jul 1, 2024
* [HiGHS] add Zlib_jll as explicit dependency

* [HiGHSStatic] add explicit Zlib_jll dependency

* Update version

* Apply suggestions from code review

* Apply suggestions from code review

* Update H/HiGHS/highs_common.jl
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.

None yet

2 participants