Skip to content
Snippets Groups Projects

chore(bss2): BrainScaleS' waf FTW

Merged Eric Müller requested to merge chore_brainscales_waf_ftw into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12 11 import spack.build_environment
13 12
14 13
15 class PynnBrainscales(WafPackage):
14 class PynnBrainscales(BuildBrainscales):
  • Suggested change
    14 class PynnBrainscales(BuildBrainscales):
    14 import importlib
    15 build_brainscales = importlib.import_module("spack.pkg.ebrains-spack-builds.build_brainscales")
    16
    17 class PynnBrainscales(build_brainscales.BuildBrainscales):

    (just class PynnBrainscales(spack.pkg.<spack repo name>.build_brainscales.BuildBrainscales): should work, but ugly workaround because of the dashes in the repo name, I'll consider renaming it if this works :))

    Edited by Eleni Mathioulaki
  • Eleni Mathioulaki changed this line in version 2 of the diff

    changed this line in version 2 of the diff

  • Please register or sign in to reply
  • added 1 commit

    • d6ad0dc1 - chore(bss2): reduce build/test system-specific duplication

    Compare with previous version

  • Eric Müller added 4 commits

    added 4 commits

    • a0c625d4 - feat(BSS2): add jaxsnn (event-based ML)
    • 83677758 - feat(BSS2): enable jaxsnn
    • b95684ee - JUNK
    • 18a10615 - chore(bss2): reduce build/test system-specific duplication

    Compare with previous version

    Toggle commit list
  • Eric Müller added 7 commits

    added 7 commits

    Compare with previous version

    Toggle commit list
  • Eric Müller marked this merge request as ready

    marked this merge request as ready

  • Author Maintainer

    I guess this one would be ok too (after !508 (merged) is merged and this one is rebased…).

  • Eleni Mathioulaki added 6 commits

    added 6 commits

    Compare with previous version

  • Please register or sign in to reply