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

Revert "Merge branch 'disable_pysctrltp' into 'master'"

This reverts merge request !195
parent 4e3e03a4
No related branches found
No related tags found
1 merge request!201create new experimental release
Pipeline #19576 passed with stage
in 30 minutes and 7 seconds
...@@ -137,8 +137,6 @@ class Hxtorch(WafPackage): ...@@ -137,8 +137,6 @@ class Hxtorch(WafPackage):
"""Setup and configure the project.""" """Setup and configure the project."""
self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects', '--without-munge', self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects', '--without-munge',
'--without-sctrltp-python-bindings',
'--without-hxcomm-python-bindings',
'--project=hxtorch@ebrains-' + str(spec.version), '--project=hxtorch@ebrains-' + str(spec.version),
'--project=haldls@ebrains-' + str(spec.version), '--project=haldls@ebrains-' + str(spec.version),
'--project=grenade@ebrains-' + str(spec.version), '--project=grenade@ebrains-' + str(spec.version),
......
...@@ -103,8 +103,6 @@ class PynnBrainscales(WafPackage): ...@@ -103,8 +103,6 @@ class PynnBrainscales(WafPackage):
"""Setup and configure the project.""" """Setup and configure the project."""
self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects', '--without-munge', self.waf('setup', '--repo-db-url=https://github.com/electronicvisions/projects', '--without-munge',
'--without-sctrltp-python-bindings',
'--without-hxcomm-python-bindings',
'--project=pynn-brainscales@ebrains-' + str(spec.version), '--project=pynn-brainscales@ebrains-' + str(spec.version),
'--project=haldls@ebrains-' + str(spec.version), '--project=haldls@ebrains-' + str(spec.version),
'--project=grenade@ebrains-' + str(spec.version), '--project=grenade@ebrains-' + str(spec.version),
......
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