From 1543f850042205bd6084c642bcb7cc619bcc090d Mon Sep 17 00:00:00 2001 From: Steffen Graber Date: Thu, 12 Dec 2024 15:34:25 +0100 Subject: [PATCH] Fix path to musc --- src/dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev/Dockerfile b/src/dev/Dockerfile index c12622e..9c64e34 100644 --- a/src/dev/Dockerfile +++ b/src/dev/Dockerfile @@ -119,7 +119,7 @@ RUN python3 -m pip install sphinx>=6.2.1 sphinx_rtd_theme sphinx_autobuild sphin -Dwith-openmp=ON \ -Dwith-libneurosim=OFF \ -Dwith-sionlib=OFF \ - -Dwith-music='$HOME/.cache/libneurosim.install' \ + -Dwith-music='$HOME/.cache/music.install' \ -Dwith-hdf5=ON \ ${SRC_PATH}/nest-simulator-${NEST_VERSION} && \ make && \