Skip to content

Commit

Permalink
Merge pull request #99 from ross-mitchell/master
Browse files Browse the repository at this point in the history
 Added libnlopt-dev to R installation for AFNI
  • Loading branch information
Jakub Kaczmarzyk authored Sep 29, 2017
2 parents 215d865 + 958e2af commit fb01ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodocker/interfaces/afni.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def install_binaries(self):
"R_installer_debian_ubuntu.sh")
cmd += ("\n# Install R"
"\n&& apt-get install -yq --no-install-recommends"
"\n\tr-base-dev r-cran-rmpi"
"\n\tr-base-dev r-cran-rmpi libnlopt-dev"
'\n || /bin/bash -c "'
'\n curl -o /tmp/install_R.sh -sSL {}'
'\n && /bin/bash /tmp/install_R.sh"'
Expand Down

0 comments on commit fb01ec9

Please sign in to comment.