Ian McInerney
Ian McInerney
### Discussed in https://github.com/orgs/osqp/discussions/764 Originally posted by **charleskhazoom** October 2, 2025 Installing osqp 1.0.0 from source installs qdldl headers but not libqdldl.so. Is it an accident that the qdldl headers...
This implements the ability to select a different compiler version for each requested platform. This can be useful when certain platforms might need a newer version of GCC to fix...
This updates our cibuildwheel version to the latest, so we get support for new Python versions. They dropped Python
The readme only talks about the shared and static libraries, but there is also an object library now. Update the readme to include this, and add a section about the...
The headers are always installed, even if nothing else is installed. QDLDL should have a way of disabling the install target (to allow consumers to bundle QDLDL without installing anything),...
This can't really be tested until I rebase the dependabot PR on top of this, but it should at least pass the tests here (to make sure we haven't broken...