cc_staff
415
edits
Line 110: | Line 110: | ||
moduledir=/home/$USER/.local/easybuild/modules/2017 | moduledir=/home/$USER/.local/easybuild/modules/2017 | ||
pathtosrc=/home/$USER/software | pathtosrc=/home/$USER/software | ||
eb FreeSurfer-6.0.1-centos6_x86_64.eb --installpath-modules=${moduledir} --prefix=${installdir} --sourcepath=${pathtosrc} | eb FreeSurfer-6.0.1-centos6_x86_64.eb --installpath-modules=${moduledir} --prefix=${installdir} --sourcepath=${pathtosrc} | ||
</pre> | </pre> | ||
If it complains about checksums, add the option <code>--disable-enforce-checksums</code> | |||
To make the program accessible for all members of the group, two more steps are required: | To make the program accessible for all members of the group, two more steps are required: |