-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[feature] Add new libraries to Conan repository #25168
Comments
Moving this to |
Hi @Jan-Pleva Thanks for your suggestion. ConanCenter is a community effort, it is fine to "request" the addition of libraries, but it is the community who contributes them, not the project maintainers. We can try to help, review, etc, but unfortunately we don't have the bandwidth to do it ourselves (extraordinarily we might submit some package, but that is more the exception). As such, it doesn't make much sense to suggest this as a "feature". Then, having those requests doesn't mean that they will be immediately added, but they might be useful to gather upvotes and catch the eye of some contributor willing to contribute them. The best way to move them forward is to start contributing. It might require some effort, learning how those projects are built is typically not that easy, sometimes the build scripts are just very complex, or they have vendored dependencies that must be unvendored first (generally applying patches to the build scripts) so they can work with the rest of packages in ConanCenter. Finally, there are some projects from that list that might not be adequate for ConanCenter, only open-source packages can be built and hosted there. Some packages like those from Nvidia might not be possible to upload. For those packages the recommendation would be to maintain your own |
I can help out with some of these (which are not limited by license terms), but please create individual issues for the requested packages first to keep things clearer. Regarding "Suitesparse Metis for Windows", I invite you to take a look at #5763 (comment). The SuiteSparse recipes listed there and all the necessary dependencies can be found in the main branch of my personal fork as well: https://github.com/valgur/conan-center-index. These recipes support all platforms, including Windows, which has also been more or less validated by the equivalent PR on Vcpkg (microsoft/vcpkg#39297). |
What is your suggestion?
Would it be possible to add new packages to conan repository + for some of them add new version?
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: