An open API service indexing awesome lists of open source software.

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

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
```