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

Adding Conda Package #394

Closed
jamespinkerton opened this issue Jan 29, 2024 · 5 comments
Closed

Adding Conda Package #394

jamespinkerton opened this issue Jan 29, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@jamespinkerton
Copy link

Hi! I'm using quill and it's working great. Would it be possible to create a conda package to release quill as well?

Thanks so much,
James

@odygrd odygrd added the enhancement New feature or request label Mar 14, 2024
@odygrd
Copy link
Owner

odygrd commented Jun 1, 2024

Sorry for the delay. I have made an attempt and a PR to conda-forge for the latest quill version. I will let you know when it is merged

@odygrd
Copy link
Owner

odygrd commented Jun 3, 2024

Package is now available for the latest version

https://anaconda.org/conda-forge/quill

@odygrd odygrd closed this as completed Jun 3, 2024
@jamespinkerton
Copy link
Author

I tried installing the package. I can't find the libquill.a? Did that get installed?

@odygrd
Copy link
Owner

odygrd commented Jun 5, 2024

the latest major version (v4) is header only, there won't be a libquil.a

You can wrap it to a static library if you wish so that you only build the backend worker thread once and you will only need to include the macros and the Logger header to log

please see for wrapping it as static library
https://github.com/odygrd/quill/tree/master/examples/recommended_usage

Currently only v4 is available as conda package. v4 and v3 are not compatible

@jamespinkerton
Copy link
Author

I got everything working with v4 and the library. Thanks for the help it's working great!

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

No branches or pull requests

2 participants