Skip to content

Commit

Permalink
add pigz but SKIPCI
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Sep 27, 2024
1 parent 5156e30 commit 7a8543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/bidscoin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ neurodocker generate ${neurodocker_buildMode} `# Based on Singularity .def file
--run="chmod +x /usr/bin/ll" \
--run="mkdir -p ${mountPointList}" \
`# Install the latest dcm2niix from source` \
--install ca-certificates git build-essential cmake \
--install ca-certificates git build-essential cmake pigz \
--run "git clone https://github.com/rordenlab/dcm2niix.git" \
--run "cd dcm2niix; mkdir build && cd build; cmake -DZLIB_IMPLEMENTATION=Cloudflare -DUSE_JPEGLS=ON -DUSE_OPENJPEG=ON ..; make install" \
`# Install curl (sometimes needed by dcm2niix)` \
Expand Down

0 comments on commit 7a8543b

Please sign in to comment.