acts: add v36.3.0 (#46320)

This commit adds v36.3.0 of ACTS, and also marks a previously missing
conflict with Boost 1.85.0
This commit is contained in:
Stephen Nicholas Swatman 2024-09-12 00:55:26 +02:00 committed by GitHub
parent bca975e66a
commit 5c59bb87a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ class Acts(CMakePackage, CudaPackage):
# Supported Acts versions
version("main", branch="main")
version("master", branch="main", deprecated=True) # For compatibility
version("36.3.0", commit="3b875cebabdd10462e224279558429f49ed75945", submodules=True)
version("36.2.0", commit="e2fb53da911dc481969e56d635898a46b8d78df9", submodules=True)
version("36.1.0", commit="3f19d1a0eec1d11937d66d0ef603f0b25b9b4e96", submodules=True)
version("36.0.0", commit="6eca77c45b136861272694edbb61bb77200948a5", submodules=True)
@ -418,6 +419,8 @@ class Acts(CMakePackage, CudaPackage):
conflicts("%gcc@:7", when="@0.23:")
# When using C++20, disable gcc 9 and lower.
conflicts("%gcc@:9", when="cxxstd=20")
# See https://github.com/acts-project/acts/pull/3512
conflicts("^boost@1.85.0")
def cmake_args(self):
spec = self.spec