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

Merge branch 'rel/2111.0' into 'master'

rel/2111.0

See merge request !6
parents 1f9ab79d dd7fe195
No related branches found
No related tags found
1 merge request!6rel/2111.0
Pipeline #12039 waiting for manual action
......@@ -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