Skip to content
Snippets Groups Projects

Add java spinnaker

Merged Andrew Rowley requested to merge rowley/ebrains-spack-builds:add-java-spinnaker into master
All threads resolved!

This adds a file which makes it possible to run the Java part of the SpiNNaker software.

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Eleni MathioulakiEleni Mathioulaki 1 year ago (Aug 2, 2023 7:58am UTC)

Merge details

  • Changes merged into master with 60d80ee1 (commits were squashed).
  • Deleted the source branch.

Pipeline #24278 passed

Pipeline passed for 60d80ee1 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Also BTW, to do this using a resource like you initially tried you need to use placement instead of destination (which only works when expanding resources). I think:

    resource(name="spinnaker-exe.jar", url=_JAR_URL, checksum=_JAR_SHA256, expand=False, placement="resource_root/JavaSpiNNaker/SpiNNaker-front-end/target")

    and then

    install_tree("resource_root", python_lib)

    would work :)

  • Andrew Rowley added 1 commit

    added 1 commit

    Compare with previous version

  • Andrew Rowley added 1 commit

    added 1 commit

    • b2abf65c - Helps if you store the variable!

    Compare with previous version

  • Andrew Rowley added 1 commit

    added 1 commit

    • 0d7f3e82 - Restore this for the testing

    Compare with previous version

  • Andrew Rowley added 1 commit

    added 1 commit

    Compare with previous version

  • Author Reporter

    I have now made the changes suggested above and done some testing and this seems to work - thanks!

  • Eleni Mathioulaki resolved all threads

    resolved all threads

  • mentioned in commit 60d80ee1

  • thanks @rowley! this was deployed successfully to the lab-int and will be available in production in the experimental kernel on Friday

  • Author Reporter

    Thanks - that seems to work very well!

  • Please register or sign in to reply