Skip to content
Snippets Groups Projects
Commit d01606f3 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix(llvm): +visionary has a limited supported version range

parent b0cf3a55
No related branches found
No related tags found
No related merge requests found
......@@ -396,6 +396,9 @@ class Llvm(CMakePackage, CudaPackage):
description='Force linking of all files into view, including '
'known conflicts (e.g. libgomp).')
conflicts("@:8", when="+visionary")
conflicts("@13:", when="+visionary")
patch('llvm9-0001-Tooling-Fully-qualify-template-parameters-of-nested-.patch', when='@9.0.0:12.0.999 +visionary', level=2)
# 0001-Tooling-Fully-qualify-template-parameters-of-nested-.patch from above
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment