-
Notifications
You must be signed in to change notification settings - Fork 572
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
Upgrade CoinUtils -- 2.11.11 #8067
Conversation
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.
Wait for resolution of #8066 (comment)
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.
Okay try this now
A list of the order is:
The other COIN-OR packages are
|
IpOptMKL can probably be deprecated by linking IpOpt against LBT. |
I believe you have to merge CoinUtils first, and then use it in the other packages in the dependency chain - and keep doing that repeatedly. |
Ipopt_jll is already linked with LBT so we could remove the folder for the artifact IpoptMKL_jll. Yes, I discussed with Oscar a few days ago and we will start with CoinUtils, OsiUtils and Clp. |
We can just let IpOptMKL be around, but just not update it going forward. |
Yeah, @amontoison has this under control, but they're traveling etc over the next few weeks. There is no rush. |
Has anyone tested running the LBT build with MKL selected? We should make sure we don't see the same problem that SLICOT had when using MKL with LBT (e.g. JuliaLinearAlgebra/MKL.jl#138). |
Excellent remark @imciner2! I also checked with U dgetrf_
U dgetrs_ |
Excellent, then it should be safe to deprecate the old IpOptMKL and just use the main build from now on. IMO, I agree we can leave the build scripts there, but I think we should add a |
Should we merge this and then merge the Clp PR? |
There's now 2.11.11 so we should probably first update to that |
I will update the PR tomorrow. Sorry, I forgot that I started to work on the LBT support in COIN-OR packages. |
Co-authored-by: Oscar Dowson <[email protected]>
@odow