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

Bound NLOpt < 0.6 to Julia < 1.5 #60447

Merged
merged 2 commits into from
May 19, 2022
Merged

Bound NLOpt < 0.6 to Julia < 1.5 #60447

merged 2 commits into from
May 19, 2022

Conversation

Keno
Copy link
Contributor

@Keno Keno commented May 18, 2022

On Julia 1.5+, NLOpt versions before jump-dev/NLopt.jl#142 cause silent memory corruption.
Unfortunately, there are (older, unmaintained) packages in the Julia ecosystem that pin NLOpt 0.5, so they show up
as random failures in PkgEval. Try to improve the situation by explicitly marking the compatibility to prevent
installation of those older packages on recent Julia versions.

cc @stevengj

On Julia 1.5+, NLOpt versions before jump-dev/NLopt.jl#142 cause silent memory corruption.
Unfortunately, there are (older, unmaintained) packages in the Julia ecosystem that pin NLOpt 0.5, so they show up
as random failures in PkgEval. Try to improve the situation by explicitly marking the compatibility to prevent
installation of those older packages on recent Julia versions.
@Keno Keno temporarily deployed to stopwatch May 18, 2022 03:39 Inactive
N/NLopt/Compat.toml Outdated Show resolved Hide resolved
@stevengj
Copy link
Contributor

Sounds good to me.

Co-authored-by: Dilum Aluthge <[email protected]>
@Keno Keno temporarily deployed to stopwatch May 19, 2022 18:01 Inactive
@DilumAluthge DilumAluthge merged commit fc80928 into master May 19, 2022
@DilumAluthge DilumAluthge deleted the kf/boundnlopt branch May 19, 2022 18:13
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