acts: add v12.0.0, v12.0.1 (#25697)
This commit is contained in:
parent
b34f289796
commit
3c6050d3a2
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ class Acts(CMakePackage, CudaPackage):
|
|||
# Supported Acts versions
|
||||
version('main', branch='main')
|
||||
version('master', branch='main', deprecated=True) # For compatibility
|
||||
version('12.0.1', commit='a80d1ef995d8cdd4190cc09cb249276a3e0161f4', submodules=True)
|
||||
version('12.0.0', commit='e0aa4e7dcb70df025576e050b6e652a2f736454a', submodules=True)
|
||||
version('11.0.0', commit='eac3def261f65b343af6d8ce4bc40443ac57b57e')
|
||||
version('10.0.0', commit='9bfe0b83f277f686408b896a84d2b9b53610f623')
|
||||
version('9.02.0', commit='c438ee490e94eaf1c854a336ef54f398da637a48')
|
||||
|
|
Loading…
Reference in a new issue