eclipse / cloe

Cloe
https://cloe.readthedocs.io
Apache License 2.0
41 stars 22 forks source link

Add conan project lockfile #84

Open cassava opened 2 years ago

cassava commented 2 years ago

This could improve reproducibility of builds by pinning specific versions of dependencies, instead of relying on Conan's dependency selection mechanism. Right now, I'm not sure how much work implementing this issue would entail. It might not be worth the benefit if it complicates the build and deployment more than it already is.

Resources:

cassava commented 10 months ago

As it turns out, this does not really make sense in Conan v1. We should wait until we move to Conan v2.