osqp / qdldl-python

Python interface to the QDLDL(https://github.com/osqp/qdldl) free LDL factorization routine for quasi-definite linear systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to release linux aarch64 wheels

odidev opened this issue · comments

Problem

On aarch64, pip install qdldl builds the wheels from source code and then installs it. It requires the user to have a development environment installed on their system. Also, it takes more time to build the wheels than downloading and extracting the wheels from PyPI.

Resolution

On aarch64, pip install qdldl should download the wheels from PyPI.

@bstellato, Please let me know your interest in releasing aarch64 wheels. I can help with this.

Hi, currently the osqp python package depends on qdldl. The osqp installation fails because it requires cmake be installed in the system (not the cmake python package).

It'd be helpful to know if this is still work in progress or has aarch64 wheel been released yet?