Skip to content
Snippets Groups Projects
Commit cc8a0860 authored by Hadrien G's avatar Hadrien G Committed by Massimiliano Culpo
Browse files

ACTS: add version 0.8.2 (#10974)

parent 6d971c44
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,9 @@ class ActsCore(CMakePackage): ...@@ -33,8 +33,9 @@ class ActsCore(CMakePackage):
git = "https://gitlab.cern.ch/acts/acts-core.git" git = "https://gitlab.cern.ch/acts/acts-core.git"
version('develop', branch='master') 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.1', commit='289bdcc320f0b3ff1d792e29e462ec2d3ea15df6')
version('0.8.0', commit='99eedb38f305e3a1cd99d9b4473241b7cd641fa9') # Used by acts-framework
# Variants that affect the core ACTS library # Variants that affect the core ACTS library
variant('legacy', default=False, description='Build the Legacy package') variant('legacy', default=False, description='Build the Legacy package')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment