Skip to content
Snippets Groups Projects
Commit dd7fe195 authored by fsl-ci-rules's avatar fsl-ci-rules
Browse files

MNT: Update fsl/qboot version number

to 2111.0 [build 0] (automatic fsl-ci-rules)
parent 1f9ab79d
No related branches found
No related tags found
1 merge request!6rel/2111.0
Pipeline #12037 canceled
......@@ -3,9 +3,9 @@
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-qboot.git
{% set name = 'fsl-qboot' %}
{% set version = '2010.0' %}
{% set version = '2111.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/qboot.git' %}
{% set build = '1' %}
{% set build = '0' %}
package:
name: {{ name }}
......
if [ -e ${FSLDIR}/share/fsl/sbin/createFSLWrapper ]; then
${FSLDIR}/share/fsl/sbin/createFSLWrapper ${SGEQBOOT} qboot qboot_parallel qboot_postproc.sh qboot_preproc.sh
${FSLDIR}/share/fsl/sbin/createFSLWrapper qboot qboot_parallel qboot_postproc.sh qboot_preproc.sh
fi
if [ -e ${FSLDIR}/share/fsl/sbin/removeFSLWrapper ]; then
${FSLDIR}/share/fsl/sbin/removeFSLWrapper ${SGEQBOOT} qboot qboot_parallel qboot_postproc.sh qboot_preproc.sh
${FSLDIR}/share/fsl/sbin/removeFSLWrapper qboot qboot_parallel qboot_postproc.sh qboot_preproc.sh
fi
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