qir-alliance / pyqir

PyQIR is a set of APIs for generating, parsing, and evaluating Quantum Intermediate Representation (QIR).
https://qir-alliance.github.io/pyqir
MIT License
57 stars 24 forks source link

Adding ability to do musl builds. #111

Closed idavis closed 2 years ago

idavis commented 2 years ago

Closes #107

The build has been reworked so that the projects are built the same way. The musl and manylinux builds are recursive where the outer build reruns the build script in the container. This way all build logic is identical.

The default download logic is now flipped so that qirlib will default to build llvm from source unless downloading is opted in.