Details
-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
-
None
-
932a94a6d (master)
Description
It is desired to support Conan package tool via module providers.
We can generate a dedicated module for each dependency specified in the JSON file provided by Conan.
More, we can run Conan to fetch these dependencies when running the provider.
Some things to consider - how do we deal with multi-arch packages, e.g. when doing multiplexed builds over different architectures? We can generate multiple module variants and filter them using the good-old "condition:" property or via constraints (QBS-995)