Skip to content

Commit 5152df1

Browse files
committed
Specify cython better
1 parent a649420 commit 5152df1

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV LANG=C.UTF-8
1111

1212
RUN apt-get update
1313
RUN apt-get install -y automake libtool build-essential openmpi-bin libopenmpi-dev git vim \
14-
wget python3 libpython3-dev libncurses5-dev libreadline-dev libgsl0-dev cython3 \
14+
wget python3 libpython3-dev libncurses5-dev libreadline-dev libgsl0-dev \
1515
ipython3 \
1616
subversion python3-venv python3-mpi4py cmake zlib1g-dev
1717

osb/generateAll.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
set -e
2+
3+
cd ../base
4+
./generate.sh
5+
6+
cd ../simulation
7+
./generate.sh
8+
9+
cd ../simulationx
10+
11+
./generate.sh
12+
13+
cd ../osb
14+
15+
./generate.sh
16+

simulation/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV BRIAN2_VER=2.9.0
1717
ENV PYNN_VER=0.12.4
1818

1919
RUN $VENV/bin/pip install scipy tables pythran pandas numexpr matplotlib --upgrade
20+
RUN $VENV/bin/pip install "cython<3.1.0"
2021

2122
#### Install NEST
2223

0 commit comments

Comments
 (0)