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

fix(jaxsnn): Provide genpybind via build-brainscales

This is somewhat ugly, we should rather introduce a list of dependencies
that are requires for building `hxtorch.core` (which is build by both,
`hxtorch` and `jaxsnn`) and use it in jaxsnn.
parent 6bb89fb8
No related branches found
No related tags found
2 merge requests!529create new experimental release,!511fix(genpybind): Drop run-type dependency on llvm to avoid conflict
Pipeline #28643 waiting for manual action with stage
in 37 seconds
......@@ -18,6 +18,9 @@ class BuildBrainscales(WafPackage):
depends_on('git', 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):
"""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