-
Notifications
You must be signed in to change notification settings - Fork 86
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
Consider switch to RestClient-CPP #31
Comments
What's the license on RestClient-CPP? |
MIT License |
It wraps libcurl, so I feel like it will be easier for users to have that on their system, then a very specific version of openssl |
Word. That was the major benefit of what we wrote with the original updater: All you needed was libcurl.
|
Yea that was nice 👍 With this we would have users brew/dnf/apt-get install curl-devel (or whatever it is) to a system path thats always in LD_LIBRARY_PATH Then pip install xacc --user to install the os-specific pre-built wheel. |
sethrj
pushed a commit
to sethrj/xacc
that referenced
this issue
Aug 6, 2024
Optimizer plugins can ignore optimizer failure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This could help with deployment in #30
https://github.com/mrtazz/restclient-cpp
The text was updated successfully, but these errors were encountered: