Skip to content

Commit cebaa97

Browse files
Fix path to music
1 parent 89d6005 commit cebaa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/3.8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN mkdir ${SRC_PATH}/nest-build && cd $_ && \
115115
-Dwith-openmp=ON \
116116
-Dwith-libneurosim=OFF \
117117
-Dwith-sionlib=OFF \
118-
-Dwith-music='$HOME/.cache/libneurosim.install' \
118+
-Dwith-music='$HOME/.cache/music.install' \
119119
-Dwith-hdf5=ON \
120120
${SRC_PATH}/nest-simulator-${NEST_VERSION} && \
121121
make && \

0 commit comments

Comments
 (0)