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

MNT: Update fsl/qboot version number

to 2010.0.1 (automatic fsl-ci-rules)
parent 206cf258
No related branches found
No related tags found
1 merge request!5rel/2010.0-2
Pipeline #7759 passed
......@@ -5,10 +5,10 @@
{% set name = 'fsl-qboot' %}
{% set version = '2010.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/qboot.git' %}
{% set build = '0' %}
{% set build = '1' %}
package:
name: {{ name }}
name: {{ name }}
version: {{ version }}
source:
......@@ -16,7 +16,7 @@ source:
# environment variables can be used to override
# the repository/revision for development purposes.
git_url: {{ os.environ.get("FSLCONDA_REPOSITORY", repository) }}
git_rev: {{ os.environ.get("FSLCONDA_REVISION", version) }}
git_rev: {{ os.environ.get("FSLCONDA_REVISION", version) }}
build:
number: {{ build }}
......@@ -24,12 +24,15 @@ build:
strong:
- {{ name }}
requirements:
host:
- {{ compiler("cxx") }}
- fsl-base >=2012.0
- make
- fsl-base >=2101.5
- fsl-armawrap >=0.4.1
- fsl-avwutils >=2010.0
- fsl-fdt >=2011.0
- fsl-utils >=2007.0
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