Skip to content
Snippets Groups Projects
Commit 2437f3d8 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'disable_debug_symbols_for_brainscales_and_readd' into 'ebrains-22-07'

Disable debug symbols in pynn-brainscales & hxtorch to reduce disk space consumption; readd hxtorch to env

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!137
parents c907c596 bdd9fd87
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class Hxtorch(WafPackage):
args = ['--prefix={0}'.format(self.prefix)]
args += self.configure_args()
self.waf('configure', *args)
self.waf('configure', '--build-profile=release', *args)
def build_args(self):
args = ['--keep', '--test-execnone', '-v']
......
......@@ -127,7 +127,7 @@ class PynnBrainscales(WafPackage):
args = ['--prefix={0}'.format(self.prefix)]
args += self.configure_args()
self.waf('configure', *args)
self.waf('configure', '--build-profile=release', *args)
def build_args(self):
args = ['--keep', '--test-execnone', '-v']
......
......@@ -30,7 +30,7 @@ spack:
- py-formencode
- tvb-framework ^binutils+ld+gold
- pynn-brainscales@2.0-rc8 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
#- hxtorch@2.0-rc8 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- hxtorch@2.0-rc8 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock
- py-neo
#- py-cerebstats
#- py-cerebunit
......
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