From f4fb5bc7c3f9c705942c177db4046254caeef3f7 Mon Sep 17 00:00:00 2001 From: Eleni Mathioulaki <emathioulaki@athenarc.gr> Date: Tue, 22 Nov 2022 14:08:51 +0100 Subject: [PATCH] Revert "Merge branch 'disable_pysctrltp' into 'master'" This reverts merge request !195 --- packages/hxtorch/package.py | 2 -- packages/pynn-brainscales/package.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/packages/hxtorch/package.py b/packages/hxtorch/package.py index b2a5ab2e..c1b2fff9 100644 --- a/packages/hxtorch/package.py +++ b/packages/hxtorch/package.py @@ -137,8 +137,6 @@ class Hxtorch(WafPackage): """Setup and configure the project.""" 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=haldls@ebrains-' + str(spec.version), '--project=grenade@ebrains-' + str(spec.version), diff --git a/packages/pynn-brainscales/package.py b/packages/pynn-brainscales/package.py index bc1d2e2d..4b32f2aa 100644 --- a/packages/pynn-brainscales/package.py +++ b/packages/pynn-brainscales/package.py @@ -103,8 +103,6 @@ class PynnBrainscales(WafPackage): """Setup and configure the project.""" 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=haldls@ebrains-' + str(spec.version), '--project=grenade@ebrains-' + str(spec.version), -- GitLab