jump-dev / AmplNLWriter.jl

A Julia interface to AMPL-enabled solvers
http://ampl.com/products/solvers/all-solvers-for-ampl/
MIT License
67 stars 18 forks source link

Debug ipopt.exe on Windows #170

Closed amontoison closed 8 months ago

amontoison commented 1 year ago

@odow

odow commented 1 year ago

I ran your job in the other PR: https://github.com/jump-dev/AmplNLWriter.jl/actions/runs/4932867963/jobs/8816294372?pr=163

odow commented 1 year ago

I've added you as a maintainer, so you should be able to push a branch to the jump-dev remote without me having to approve PRs.

cc @blegat @mlubin @joaquimg @joehuchette notifying per https://jump.dev/pages/governance/#repository-maintainers

amontoison commented 1 year ago

Thanks @odow!

amontoison commented 1 year ago

@odow I have different errors here. :thinking:

odow commented 1 year ago

I have different errors here

See https://github.com/jump-dev/AmplNLWriter.jl/pull/163/files#r1189342334

odow commented 1 year ago

Okay. Now we have the same issue. So you should be able to muck with the JLL on your branch to see what happens.

amontoison commented 1 year ago

Ok, now let's find the culprit.

odow commented 1 year ago

Can we reproduce the existing 3.14.4 binary and then work forwards?

amontoison commented 1 year ago

I tried and I can't pass the tests :(

amontoison commented 1 year ago

Oscar, I just remarked this option: https://github.com/JuliaPackaging/Yggdrasil/blob/master/C/Coin-OR/Ipopt/build_tarballs.jl#L42 Did we forget --?

odow commented 1 year ago

This must be a issue with BinaryBuilder.jl then. What if you try compiling with an older version?

odow commented 1 year ago

Did we forget --?

I don't think so. All the COIN-OR stuff has it

odow commented 8 months ago

Closing in favor of #163