conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
963 stars 1.77k forks source link

[question] Why do the dependencies of `armadillo` not exist in ConanCenter? #10963

Open hwhsu1231 opened 2 years ago

hwhsu1231 commented 2 years ago

According to this PR: https://github.com/conan-io/conan-center-index/pull/7334, armadillo has some dependencies, which are not yet available in ConanCenter. For example:

I'm wondering why armadillo exists in ConanCenter, but some of its dependencies are not available in ConanCenter.

samuel-emrys commented 2 years ago

These are not dependencies of armadillo - they are libraries that have a dependency on armadillo. Armadillo has optional dependencies on the following, which are also awaiting recipes:

Now that armadillo is available in CCI, recipes can be created for mlpack and ensmallen. Feel free to contribute them if you have the need :)

Croydon commented 7 months ago

Since this was only a question and all related packages to this question have individual issues, this can be closed