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

Support of conan center #87

Open
anthonyliot opened this issue Nov 2, 2023 · 2 comments
Open

Support of conan center #87

anthonyliot opened this issue Nov 2, 2023 · 2 comments

Comments

@anthonyliot
Copy link

Not an issue but a nice feature will be to get GPUJPEG available on conancenter.
Based on the structure of the project it should be not too problematic to add the 'recipe' for Conan.

@MartinPulec
Copy link
Collaborator

Hi, unfortunately we have nearly zero experiences with Conan, so it is a bit tricky. I've tried to initialize the project, after a bit tweaking the Conan profile to use C++11 standard (because cmake refuses the default 17) it compiles something. But I have no clue how to add eg. dependency on CUDA to conanfile.py – some packages from Conan repo use CUDA, but just adding "cuda" or "with_cuda" to True to options as those produce "unknown option" etc etc.

I am afraid that I am not brave enough to issue a pull request with the recipe when I have almost no expertise in this field. If you will be willing to do so, we'd certainly be glad, also I'd like to assist if I can. But since I don't know the ecosystem I would more likely won't be able to do this without an assistance.

@anthonyliot
Copy link
Author

Hi @MartinPulec

I will try to check if I can initiate some work on that on my free time ;)

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

No branches or pull requests

2 participants