Skip to content

Commit

Permalink
Add library to mrtrix3 container (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelleinkauf authored Mar 15, 2024
1 parent fb3c21c commit 476425f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/mrtrix3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ neurodocker generate ${neurodocker_buildMode} \
--${toolName} version=${toolVersion} method="source" build_processes=1 \
--ants version="2.3.4" \
--workdir /opt/${toolName}-${toolVersion} \
--install dbus-x11 less python3-distutils mesa-common-dev libglu1-mesa qt5-default libqt5svg5-dev wget libqt5opengl5-dev libqt5opengl5 libqt5gui5 libqt5core5a libtiff5-dev libtiff5 libfftw3-dev \
--install dbus-x11 less python3-distutils mesa-common-dev libglu1-mesa qt5-default libqt5svg5-dev wget libqt5opengl5-dev libqt5opengl5 libqt5gui5 libqt5core5a libtiff5-dev libtiff5 libfftw3-dev liblapack3 \
--run "python3 configure" \
--run "python3 build" \
--run "ln -s /usr/bin/python3 /usr/bin/python" \
Expand All @@ -30,4 +30,4 @@ neurodocker generate ${neurodocker_buildMode} \

if [ "$1" != "" ]; then
./../main_build.sh
fi
fi

0 comments on commit 476425f

Please sign in to comment.