Skip to content
Snippets Groups Projects

fix(BSS): llvm variant selection changed

Closed Eric Müller requested to merge fix_llvm_visionary into spack_v0.21.1
4 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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 build_type=Release',
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'))