diff --git a/conanfile.py b/conanfile.py index 756195c..d3954d0 100644 --- a/conanfile.py +++ b/conanfile.py @@ -13,6 +13,7 @@ class ElemmireRecipe(ConanFile): url = "https://bitbucket.org/aquila-consortium/elemmire" description = "The Elemmire library" topics = ("cosmology", "data analysis") + revision_mode = "scm" # Binary configuration generators = "PkgConfigDeps"