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

Fix(meta-brainscales): Unpin llvm

`meta-brainscales` depends on `genpybind` which previously enforced
older versions of `llvm`.
parent 272da1a7
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class Genpybind(WafPackage):
version('visions', branch='master', git='https://github.com/electronicvisions/genpybind')
depends_on(
'llvm+clang+python+visionary@5.0.0:5.999.999,7.0.0:7.999.999,9.0.0:9.999.999',
'llvm+clang+python+visionary@5.0.0:',
type=('build', 'link', 'run'))
depends_on('binutils', type='build')
depends_on('python@2.7:', type=('build', 'run'))
......
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