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

MNT: Pin binary dependencies to major version, add missing dependencies

parent 40e68970
No related branches found
No related tags found
1 merge request!7MNT: Pin binary dependencies to major version, add missing dependencies
Pipeline #13052 passed
......@@ -5,7 +5,7 @@
{% set name = 'fsl-qboot' %}
{% set version = '2111.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/qboot.git' %}
{% set build = '0' %}
{% set build = '1' %}
package:
name: {{ name }}
......@@ -27,12 +27,16 @@ build:
requirements:
host:
- fsl-base >=2101.5
- fsl-armawrap >=0.4.1
- fsl-avwutils >=2010.0
- fsl-fdt >=2011.0
- fsl-utils >=2007.0
- fsl-base
- fsl-armawrap 0
- fsl-avwutils
- fsl-cprob 2111
- fsl-fdt
- 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