Add ACTS v0.20 and take move to GitHub into account (#15757)

This commit is contained in:
Hadrien G 2020-03-30 17:48:36 +02:00 committed by GitHub
parent 605b7b5d23
commit abdada03a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,11 @@ class ActsCore(CMakePackage):
""" """
homepage = "http://acts.web.cern.ch/ACTS/" homepage = "http://acts.web.cern.ch/ACTS/"
git = "https://gitlab.cern.ch/acts/acts-core.git" git = "https://github.com/acts-project/acts.git"
maintainers = ['HadrienG2'] maintainers = ['HadrienG2']
version('develop', branch='master') version('develop', branch='master')
version('0.20.0', commit='1d37a849a9c318e8ca4fa541ef8433c1f004637b')
version('0.19.0', commit='408335636486c421c6222a64372250ef12544df6') version('0.19.0', commit='408335636486c421c6222a64372250ef12544df6')
version('0.18.0', commit='d58a68cf75b52a5e0f563bc237f09250aa9da80c') version('0.18.0', commit='d58a68cf75b52a5e0f563bc237f09250aa9da80c')
version('0.17.0', commit='0789f654ff484b013fd27e5023cf342785ea8d97') version('0.17.0', commit='0789f654ff484b013fd27e5023cf342785ea8d97')