Skip to content
Snippets Groups Projects
Commit 113b5322 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

Update acts/package.py with current up to v12.0.1

(cherry picked from commit 267c3efb)
parent 5b6cb88e
No related branches found
No related tags found
1 merge request!201Add awkward-array package
...@@ -29,14 +29,24 @@ class Acts(CMakePackage, CudaPackage): ...@@ -29,14 +29,24 @@ class Acts(CMakePackage, CudaPackage):
propagation and fitting, basic seed finding algorithms. propagation and fitting, basic seed finding algorithms.
""" """
homepage = "http://acts.web.cern.ch/ACTS/" homepage = "https://acts.web.cern.ch/ACTS/"
git = "https://github.com/acts-project/acts.git" git = "https://github.com/acts-project/acts.git"
maintainers = ['HadrienG2'] maintainers = ['HadrienG2']
tags = ['hep'] tags = ['hep']
# Supported Acts versions # Supported Acts versions
version('master', branch='master') version('main', branch='main')
version('master', branch='main', deprecated=True) # For compatibility
version('13.0.0', commit='ad05672e48b693fd37156f1ad62ed57aa82f858c', submodules=True)
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')
version('9.01.0', commit='bf8fd4c03dd94f497d8501df510d8f6a48434afd')
version('9.00.1', commit='7d59bc508d898d2cb67ba05a7150a978b9fcc32d')
version('9.00.0', commit='e6e3092bf3a9411aac7c11a24d7586abddb75d59')
version('8.03.0p1', commit='601c0a18b6738cae81c3e23422cfeb3ec7bddce9') version('8.03.0p1', commit='601c0a18b6738cae81c3e23422cfeb3ec7bddce9')
version('8.03.0', commit='601c0a18b6738cae81c3e23422cfeb3ec7bddce9') version('8.03.0', commit='601c0a18b6738cae81c3e23422cfeb3ec7bddce9')
version('8.02.0p1', commit='f25cf639915fc2ac65b03882ad3eb11fb037ed00') version('8.02.0p1', commit='f25cf639915fc2ac65b03882ad3eb11fb037ed00')
......
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