-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 to ibex-2.8.6 #15872
Comments
Where is the deb rebuilding process documented, or more specifically, where does the source code for that |
It will be uploaded to https://launchpad.net/~dreal/+archive/ubuntu/dreal/+packages where you can download source code as well. |
ftr -- i have ibex 2.8.6 building from source in bazel now. will PR it shortly. |
Resolves RobotLocomotion#13219 and RobotLocomotion#15872 Relevant to RobotLocomotion#15946
Resolves RobotLocomotion#13219 and RobotLocomotion#15872 Relevant to RobotLocomotion#15946 Includes patches to dreal and IbexSolver from @soonhokong.
Resolves RobotLocomotion#13219 and RobotLocomotion#15872 Relevant to RobotLocomotion#15946 Should (finally) get RobotLocomotion#15789 unstuck. Includes a patch to dReal and updates to IbexSolver from @soonhokong. Co-authored-by: Soonho Kong soonho.kong@gmail.com
Resolves RobotLocomotion#13219 and RobotLocomotion#15872 Relevant to RobotLocomotion#15946 Should (finally) get RobotLocomotion#15789 unstuck. Includes a patch to dReal and updates to IbexSolver from @soonhokong. Co-authored-by: Soonho Kong <soonho.kong@gmail.com>
Resolves RobotLocomotion#13219 and RobotLocomotion#15872 Relevant to RobotLocomotion#15946 Should (finally) get RobotLocomotion#15789 unstuck. Includes a patch to dReal and updates to IbexSolver from @soonhokong. Co-authored-by: Soonho Kong <soonho.kong@gmail.com>
The remaining work here is ... to upgrade dReal and remove Drake's local patch file? |
Yes, I will ping here when it’s ready. |
The latest tag to dReal is 4.21.06.2. I think we'll need a new version number tag, before we can upgrade. |
Just to add a wrinkle... the currently-used-by-drake version of ibex does not compile on Jammy. |
See also ibex-team/ibex-lib#461; it appears upstream has re-added CLP support? |
Not relevant anymore, per #18156. |
We've found an issue with the current version of ibex (ibex-2.7.4) (see #15789). We will move to
ibex-2.8.6
to resolve the problem. For the record,ibex>=2.8.7
dropped the CLP support which is the only freely available LP solver (up-to ibex-2.8.6). There is an attempt to bring the CLP support back to ibex, but it's still in-progress.Action Items:
Prepare.deb
foribex-2.8.6
.Provideibex@2.8.6
in https://github.com/RobotLocomotion/homebrew-director/tree/master/Formula. Note that this requires generating homebrew bottles.ibex-2.8.6
.Need to updatesetup
scripts to useibex-2.8.6
.IbexSolver
implementation needs a few changes to be compatible withibex-2.8.6
/cc @BetsyMcPhail for heads-up for infrastructure updates.
/cc @RussTedrake
The text was updated successfully, but these errors were encountered: