Skip to content

Commit

Permalink
Fix music in NEST v37_rc1 build (#219)
Browse files Browse the repository at this point in the history
* Merge build and deploy to fix deploy problems

* Add Music  to NEST build
  • Loading branch information
steffengraber authored Mar 26, 2024
1 parent 6db8e05 commit cc50f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3.7rc1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
-Dwith-openmp=ON \
-Dwith-libneurosim=OFF \
-Dwith-sionlib=OFF \
-Dwith-music=ON \
-Dwith-music='$HOME/.cache/libneurosim.install' \
-Dwith-hdf5=ON \
${SRC_PATH}/nest-simulator-${NEST_VERSION} && \
make && \
Expand Down

0 comments on commit cc50f89

Please sign in to comment.