using revision_mode = "scm" to change revision to git commit hash
This commit is contained in:
parent
956aed934f
commit
d825d82a24
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class ElemmireRecipe(ConanFile):
|
||||||
url = "https://bitbucket.org/aquila-consortium/elemmire"
|
url = "https://bitbucket.org/aquila-consortium/elemmire"
|
||||||
description = "The Elemmire library"
|
description = "The Elemmire library"
|
||||||
topics = ("cosmology", "data analysis")
|
topics = ("cosmology", "data analysis")
|
||||||
|
revision_mode = "scm"
|
||||||
|
|
||||||
# Binary configuration
|
# Binary configuration
|
||||||
generators = "PkgConfigDeps"
|
generators = "PkgConfigDeps"
|
||||||
|
|
Loading…
Add table
Reference in a new issue