Skip to content
Snippets Groups Projects

chore(hxtorch): provide list of hxtorch.core's dependencies for jaxsnn

Merged Eric Müller requested to merge jaxsnn-hxtorch_core-deps into master
Files
3
@@ -18,9 +18,6 @@ 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."""