Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda package #465

Open
MementoRC opened this issue Apr 27, 2024 · 2 comments
Open

conda package #465

MementoRC opened this issue Apr 27, 2024 · 2 comments

Comments

@MementoRC
Copy link

MementoRC commented Apr 27, 2024

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

and finishing QA on my qcs-sdk-python proposal:
conda-forge/staged-recipes#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
Copy link
Author

MementoRC commented Jul 13, 2024

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 [email protected]. 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

@MementoRC
Copy link
Author

No luck in upgrading:

[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
 "cc",
 "libc",
 "once_cell",
 "spin 0.5.2",
 "untrusted 0.7.1",
 "web-sys",
 "winapi",
]```
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant