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

Merge branch 'paulmc-master-patch-21144' into 'master'

MNT: Pin binary dependencies to major version

See merge request !6
parents f1011d56 1dbc8402
No related branches found
No related tags found
1 merge request!6MNT: Pin binary dependencies to major version
Pipeline #12950 waiting for manual action
......@@ -5,7 +5,7 @@
{% set name = 'fsl-slicetimer' %}
{% set version = '2111.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/slicetimer.git' %}
{% set build = '0' %}
{% set build = '1' %}
package:
name: {{ name }}
......@@ -27,13 +27,13 @@ build:
requirements:
host:
- fsl-base >=2101.5
- fsl-armawrap >=0.4.1
- fsl-miscmaths >=2010.0
- fsl-newimage >=2011.0
- fsl-newnifti >=3.0.6
- fsl-utils >=2007.0
- fsl-znzlib >=2012.0
- fsl-base
- fsl-armawrap 0
- fsl-miscmaths 2202
- fsl-newimage 2202
- fsl-newnifti 4
- fsl-utils 2111
- fsl-znzlib 2111
build:
- {{ compiler("cxx") }}
- make
......
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