[acts] conflicts with %gcc@:7 since @0.23: due to c++17 <charconv> (#19881)

This commit is contained in:
Wouter Deconinck 2020-11-12 13:08:12 -06:00 committed by GitHub
parent fbbd71d3d7
commit b0d2586f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,6 +139,7 @@ class Acts(CMakePackage, CudaPackage):
conflicts('+pythia8', when='@:0.22')
conflicts('+pythia8', when='-examples')
conflicts('+tgeo', when='-identification')
conflicts('%gcc@:7', when='@0.23:')
def cmake_args(self):
spec = self.spec