Skip to content
Snippets Groups Projects

create new experimental release

Merged Eleni Mathioulaki requested to merge master into experimental_rel
21 files
+ 151
34
Compare changes
  • Side-by-side
  • Inline
Files
21
@@ -16,11 +16,11 @@ class Hxtorch(WafPackage):
maintainers = ['emuller']
version('7.0-rc1', branch='waf')
version('7.0-rc1-fixup1', branch='waf')
# compiler for the BrainScaleS-2 embedded processor ("PPU"); needed for
# building/linking, at runtime and for testing
depends_on('oppulance@7.0-rc1', type=('build', 'link', 'run', 'test'))
depends_on('oppulance@7.0-rc1-fixup1', type=('build', 'link', 'run', 'test'))
# host software dependencies
depends_on('bitsery', type=('build', 'link', 'run', 'test'))
@@ -132,10 +132,6 @@ class Hxtorch(WafPackage):
env.prepend_path('PATH', ':'.join(path))
def _setup_common_env(self, env):
# TODO: use standard install layout for Python modules and extensions'
# shared objects => remove then
env.prepend_path('PYTHONPATH', self.prefix.lib)
# grenade needs to find some libraries for the JIT-compilation of
# programs for BrainScaleS-2's embedded processor.
ppu_include_dirs = []