Add java spinnaker
All threads resolved!
All threads resolved!
This adds a file which makes it possible to run the Java part of the SpiNNaker software.
Merge request reports
Activity
Filter activity
- Resolved by Eleni Mathioulaki
Also BTW, to do this using a resource like you initially tried you need to use
placement
instead ofdestination
(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 :)
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
Please register or sign in to reply