Skip to content
Snippets Groups Projects
Commit 2aacb41f authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Eleni Mathioulaki
Browse files

chore(build-brainscales): drop hack

parent 05c72f5f
No related branches found
No related tags found
2 merge requests!529create new experimental release,!524chore(hxtorch): provide list of hxtorch.core's dependencies for jaxsnn
Pipeline #28690 failed with stage
in 1 hour, 40 minutes, and 38 seconds
...@@ -18,9 +18,6 @@ class BuildBrainscales(WafPackage): ...@@ -18,9 +18,6 @@ class BuildBrainscales(WafPackage):
depends_on('git', type=('build', 'link')) depends_on('git', type=('build', 'link'))
depends_on('py-git-review', type=('build', 'link')) depends_on('py-git-review', type=('build', 'link'))
# hack to provide genpybind PATH in all brainscales-style builds
depends_on('genpybind@ebrains', type=('build', 'link'))
def do_fetch(self, mirror_only=False): def do_fetch(self, mirror_only=False):
"""Setup the project.""" """Setup the project."""
......
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