Skip to content
Snippets Groups Projects
Commit 25e89fba authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: Only install CPU components, need to re-generate tclIndex

parent ae72a1cd
No related branches found
No related tags found
1 merge request!10RF: Only install CPU components, need to re-generate tclIndex
Pipeline #10025 passed
......@@ -9,7 +9,7 @@
{% set name = 'fsl-fdt' %}
{% set version = '2103.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/fdt.git' %}
{% set build = '0' %}
{% set build = '1' %}
package:
name: {{ name }}
......@@ -40,6 +40,7 @@ requirements:
- fsl-flirt >=2010.0
- fsl-meshclass >=2012.0
- fsl-miscmaths >=2010.0
- fsl-misc_tcl >=2010.0
- fsl-newimage >=2011.0
- fsl-newnifti >=3.0.6
- fsl-utils >=2007.0
......
......@@ -6,8 +6,13 @@ if [ -e ${FSLDIR}/share/fsl/sbin/createFSLWrapper ]; then
bedpostx_datacheck \
dtifit ccops medianfilter make_dyadic_vectors vecreg \
xfibres probtrackx pvmfit dtigen eddy_combine \
Fdt \
Fdt Fdt_gui \
correct_and_average ocmr_preproc \
reord_OM sausages replacevols fdt_matrix_ops indexer \
rearrange xfibres_pred
# Update TCL library index for files newly added to $FSLDIR/tcl
if [ ${FSLDIR} = ${PREFIX} ]; then
echo "auto_mkindex $FSLDIR/tcl/ *.tcl" | ${FSLTCLSH}
fi
fi
......@@ -6,7 +6,7 @@ if [ -e ${FSLDIR}/share/fsl/sbin/removeFSLWrapper ]; then
bedpostx_datacheck \
dtifit ccops medianfilter make_dyadic_vectors vecreg \
xfibres probtrackx pvmfit dtigen eddy_combine \
Fdt \
Fdt Fdt_gui \
correct_and_average ocmr_preproc \
reord_OM sausages replacevols fdt_matrix_ops indexer \
rearrange xfibres_pred
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment