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

fix(BSS): llvm variant selection changed

parent cb857992
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ class Genpybind(WafPackage): ...@@ -43,7 +43,7 @@ class Genpybind(WafPackage):
version('ebrains', tag='ebrains_release-1-rc1', git='https://github.com/electronicvisions/genpybind') version('ebrains', tag='ebrains_release-1-rc1', git='https://github.com/electronicvisions/genpybind')
depends_on( depends_on(
'llvm+clang+python+visionary@5.0.0:', 'llvm+clang+python+visionary@5.0.0: libcxx=none',
type=('build', 'link', 'run')) type=('build', 'link', 'run'))
depends_on('binutils', type='build') depends_on('binutils', type='build')
depends_on('python@2.7:', type=('build', 'run')) depends_on('python@2.7:', type=('build', 'run'))
......
...@@ -37,7 +37,6 @@ class Hxtorch(WafPackage): ...@@ -37,7 +37,6 @@ class Hxtorch(WafPackage):
depends_on('intel-tbb', type=('build', 'link', 'run')) # ppu gdbserver depends_on('intel-tbb', type=('build', 'link', 'run')) # ppu gdbserver
depends_on('libelf', type=('build', 'link', 'run')) depends_on('libelf', type=('build', 'link', 'run'))
depends_on('liblockfile', type=('build', 'link', 'run')) depends_on('liblockfile', type=('build', 'link', 'run'))
depends_on('llvm', type=('build', 'link', 'run'))
depends_on('log4cxx@0.12.1:', type=('build', 'link', 'run')) depends_on('log4cxx@0.12.1:', type=('build', 'link', 'run'))
depends_on('pkgconfig', type=('build', 'link', 'run')) depends_on('pkgconfig', type=('build', 'link', 'run'))
depends_on('psmisc', type=('run', 'test')) depends_on('psmisc', type=('run', 'test'))
......
...@@ -37,7 +37,6 @@ class PynnBrainscales(WafPackage): ...@@ -37,7 +37,6 @@ class PynnBrainscales(WafPackage):
depends_on('intel-tbb', type=('build', 'link', 'run')) # ppu gdbserver depends_on('intel-tbb', type=('build', 'link', 'run')) # ppu gdbserver
depends_on('libelf', type=('build', 'link', 'run')) depends_on('libelf', type=('build', 'link', 'run'))
depends_on('liblockfile', type=('build', 'link', 'run')) depends_on('liblockfile', type=('build', 'link', 'run'))
depends_on('llvm', type=('build', 'link', 'run'))
depends_on('log4cxx@0.12.1:', type=('build', 'link', 'run')) depends_on('log4cxx@0.12.1:', type=('build', 'link', 'run'))
depends_on('pkgconfig', type=('build', 'link', 'run')) depends_on('pkgconfig', type=('build', 'link', 'run'))
depends_on('psmisc', type=('run', 'test')) depends_on('psmisc', type=('run', 'test'))
......
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