File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ "$TRAVIS_PYTHON_VERSION" == "3.9" ]; then
66 echo -e " \n========== Installing NEST ==========\n"
77 # Specify which version of NEST to install
88 # export NEST_VERSION="master"
9- export NEST_VERSION=" 3.1 "
9+ export NEST_VERSION=" 3.3 "
1010
1111 pip install cython
1212
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ set -e # stop execution in case of errors
44
55if [ " $TRAVIS_PYTHON_VERSION " == " 3.9" ]; then
66 echo -e " \n========== Installing NEURON ==========\n"
7- export NRN_VERSION=" nrn-8.0.0 "
7+ export NRN_VERSION=" nrn-8.1 "
88 export VENV=` python -c " import sys; print(sys.prefix)" `
99
1010 if [ ! -f " $HOME /$NRN_VERSION /build/CMakeCache.txt" ]; then
1111 echo ' Cloning NEURON sources from GitHub'
12- git clone https://github.com/neuronsimulator/nrn -b 8.0.0 $HOME /$NRN_VERSION
12+ git clone https://github.com/neuronsimulator/nrn -b release/8.1 $HOME /$NRN_VERSION
1313 mkdir -p $HOME /$NRN_VERSION /build
1414 else
1515 echo ' Using cached NEURON build directory.'
You can’t perform that action at this time.
0 commit comments