rigetti / qcs-sdk-rust

Rust SDK for Rigetti Quantum Cloud Services (QCS)
https://docs.rs/qcs
12 stars 5 forks source link

conda package #465

Open MementoRC opened 4 months ago

MementoRC commented 4 months ago

Hello, I am following-up on a request to bring qcs-sdk-python to the Conda environment. I have submitted a quil recipe: https://github.com/conda-forge/staged-recipes/pull/26167

and finishing QA on my qcs-sdk-python proposal: https://github.com/conda-forge/staged-recipes/pull/26171

I encountered an issue in trying to also provide the grpc-web package as artifacts overlap. I may have to only build one of the feature for now. Suggestions are welcome

If you wish to be added as a maintainer, just let me know

MementoRC commented 2 months ago

The package has been live on conda-forge for a while. Most of the supported arch build without issues, however, the ppc64le fails due to the dependency on ring@0.16.20. We have attempted to extricate it, but our knowledge of cargo, local builds and [patch.crates-io] is limited. It would be great if upstream api could update this dependency (The package already uses both 0.17 and 0.16). The recipe is at: https://github.com/conda-forge/qcs-sdk-python-feedstock