ACTS: add version 0.8.2 (#10974)

This commit is contained in:
Hadrien G 2019-03-22 10:59:45 +01:00 committed by Massimiliano Culpo
parent 6d971c4493
commit cc8a086082

View File

@ -33,8 +33,9 @@ class ActsCore(CMakePackage):
git = "https://gitlab.cern.ch/acts/acts-core.git"
version('develop', branch='master')
version('0.8.0', commit='99eedb38f305e3a1cd99d9b4473241b7cd641fa9') # Used by acts-framework
version('0.8.2', commit='c5d7568714e69e7344582b93b8d24e45d6b81bf9')
version('0.8.1', commit='289bdcc320f0b3ff1d792e29e462ec2d3ea15df6')
version('0.8.0', commit='99eedb38f305e3a1cd99d9b4473241b7cd641fa9') # Used by acts-framework
# Variants that affect the core ACTS library
variant('legacy', default=False, description='Build the Legacy package')