https://github.com/electronicvisions/releases-ebrains
Tracking EBRAINS releases of BrainScaleS software stack
https://github.com/electronicvisions/releases-ebrains
Last synced: 5 months ago
JSON representation
Tracking EBRAINS releases of BrainScaleS software stack
- Host: GitHub
- URL: https://github.com/electronicvisions/releases-ebrains
- Owner: electronicvisions
- Created: 2024-09-23T13:21:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T09:47:07.000Z (10 months ago)
- Last Synced: 2025-09-04T18:56:20.231Z (10 months ago)
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codemeta: codemeta.json
Awesome Lists containing this project
README
# Releases of BrainScaleS-2 software for EBRAINS
## Full clone of all BSS-2 top-levels for EBRAINS
```
git clone --depth=2 https://github.com/electronicvisions/releases-ebrains .
git submodule update --init --depth=2
```
## Single top-level checkout
```
git clone --no-checkout --depth=2 https://github.com/electronicvisions/releases-ebrains .
# now select one top-level: pynn-brainscales, hxtorch, jaxsnn, oppulance
git sparse-checkout set "pynn-brainscales"
git checkout
git submodule update --init --depth=2 -- pynn-brainscales
```