Skip to content
Snippets Groups Projects

Maybe fixes BrainScaleS software (oppulance untouched) for spack v0.20.0…

Closed Eric Müller requested to merge maybe_fix_BrainScaleS_spack-v0.20.0 into spack-v0.20.0
2 unresolved threads
Files
2
@@ -155,7 +155,7 @@ class Hxtorch(WafPackage):
return args
def build_test(self):
self.waf('build', '--test-execall')
self.builder.waf('build', '--test-execall')
def install_args(self):
args = ['--test-execnone']