From d825d82a24735d1849ec5b7c0129ed905e67e634 Mon Sep 17 00:00:00 2001 From: Florent Leclercq Date: Thu, 6 Jul 2023 20:34:01 +0200 Subject: [PATCH] using revision_mode = "scm" to change revision to git commit hash --- conanfile.py | 1 + 1 file changed, 1 insertion(+) 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"