osqp / OSQP.jl

Julia interface for OSQP: The Operator Splitting QP Solver
https://osqp.org/
Other
68 stars 25 forks source link

Build error with Julia nightly on Windows #111

Closed dpo closed 2 years ago

dpo commented 2 years ago

Hi. One of my dependencies installs OSQP.jl, but the build consistently fails on Windows with Julia nightly. Here's the log: https://github.com/JuliaSmoothOptimizers/RegularizedOptimization.jl/runs/6197332880?check_suite_focus=true#step:5:156

Any ideas?

Thanks.

imciner2 commented 2 years ago

That looks odd. OSQP.jl should be using pre-compiled artifacts from OSQP_jll in version 0.6.1, and even then we actually aren't doing any "building" or OSQP anymore (just manually downloading the compiled binaries). So that looks to be an issue with the Julia packaging/environment rather than an OSQP issue.

odow commented 2 years ago

Seems like this was using an old version of OSQP.jl. Is it still a problem in v0.8.0?

dpo commented 2 years ago

no