From c00ba27090818c31e40c78bbb51aec27f722b984 Mon Sep 17 00:00:00 2001 From: Michael Hoff Date: Wed, 26 Apr 2017 10:13:36 +0200 Subject: [PATCH] Update READMEs to refer to the latest SPORE-related bugfix in NEST (issue 696; PR 710). --- README.md | 5 +++-- examples/pattern_matching_showcase/README.md | 15 ++++++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b931d9..a17dd5b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ for communication with other software components. The documentation of the module can be found [here](https://igitugraz.github.io/spore-nest-module/). -[Here](https://github.com/IGITUGraz/spore-nest-module/blob/master/examples/pattern_matching_showcase) you find an example use case and a detailed description how to set up SPORE to run a first experiment. +[Here](https://github.com/IGITUGraz/spore-nest-module/blob/master/examples/pattern_matching_showcase) +you find an example use case and a detailed description how to set up SPORE to run a first experiment. [![Plotting Animation][1]][2] @@ -21,7 +22,7 @@ SPORE does not support the release version v2.12.0 of NEST. Instead, SPORE currently requires a fix on the development branch. Please make sure your development version of NEST corresponds to or is newer than revision -[58fd190f5e4](https://github.com/nest/nest-simulator/commit/58fd190f5e404f1e3e822c0d3915e2321d102ed5). +[b8ad1a51dd](https://github.com/nest/nest-simulator/commit/b8ad1a51dd8141190f1f06381a8a72499dfc453f). Further, we assume NEST go compiled and installed with MUSIC bindings (`-Dwith-music=ON`). diff --git a/examples/pattern_matching_showcase/README.md b/examples/pattern_matching_showcase/README.md index 96d3107..80f8c74 100644 --- a/examples/pattern_matching_showcase/README.md +++ b/examples/pattern_matching_showcase/README.md @@ -25,9 +25,18 @@ The learning process is visualized by a third node, which is reading and, in tur # Detailed installation guide for the SPORE software framework -This guide describes how to install the SPORE module for the NEST 2.12 simulator. Note that SPORE does not support the release version v2.12.0 of NEST. Instead, SPORE currently requires a fix on the development branch so please make sure your development version of NEST corresponds to or is newer than revision [58fd190f5e4](https://github.com/nest/nest-simulator/commit/58fd190f5e404f1e3e822c0d3915e2321d102ed5). We used MUSIC version 1.1.15 in revision [8e0a609b298](https://github.com/INCF/MUSIC/commit/8e0a609b29835be604ae556c1592aad9b4be1827) and we assume that [MPI](https://www.open-mpi.org/) (Open MPI 1.6.5) and python with `numpy` and `matplotlib` are preinstalled on your system. Finally we used revision [319937d6f1a](https://github.com/IGITUGraz/spore-nest-module/commit/319937d6f1ab1bdfca9c16a5daa9770229af5bc6) of SPORE (version 2.12). The installation procedure was tested on Debian GNU/Linux 8.7 (jessie). - -This guide assumes that you want to install everything into your local home folder `$HOME/opt/`. It is further assumed that you checkout the software into a local folder that is used for development, which we refer to as `devel` folder. +This guide describes how to install the SPORE module for the NEST 2.12 simulator. +Note that SPORE does not support the release version v2.12.0 of NEST. +Instead, SPORE currently requires a fix on the development branch so please make sure your development version of NEST corresponds to or is newer than revision +[b8ad1a51dd](https://github.com/nest/nest-simulator/commit/b8ad1a51dd8141190f1f06381a8a72499dfc453f). +We used MUSIC version 1.1.15 in revision [8e0a609b298](https://github.com/INCF/MUSIC/commit/8e0a609b29835be604ae556c1592aad9b4be1827) +and we assume that [MPI](https://www.open-mpi.org/) (Open MPI 1.6.5) and python with `numpy` and `matplotlib` are preinstalled on your system. +Finally we used revision [319937d6f1a](https://github.com/IGITUGraz/spore-nest-module/commit/319937d6f1ab1bdfca9c16a5daa9770229af5bc6) of SPORE (version 2.12). +The installation procedure was tested on Debian GNU/Linux 8.7 (jessie). + +This guide assumes that you want to install everything into your local home folder `$HOME/opt/`. +It is further assumed that you checkout the software into a local folder that is used for development, +which we refer to as `devel` folder. ## Preparation