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

MNT: Update fsl/slicetimer version number

to 2012.0.1 (automatic fsl-ci-rules)
parent c93398f3
No related branches found
No related tags found
1 merge request!4rel/2012.0-2
Pipeline #7559 failed
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
{% set name = 'fsl-slicetimer' %} {% set name = 'fsl-slicetimer' %}
{% set version = '2012.0' %} {% set version = '2012.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/slicetimer.git' %} {% set repository = 'https://git.fmrib.ox.ac.uk/fsl/slicetimer.git' %}
{% set build = '0' %} {% set build = '1' %}
package: package:
name: {{ name }} name: {{ name }}
version: {{ version }} version: {{ version }}
source: source:
...@@ -16,7 +16,7 @@ source: ...@@ -16,7 +16,7 @@ source:
# environment variables can be used to override # environment variables can be used to override
# the repository/revision for development purposes. # the repository/revision for development purposes.
git_url: {{ os.environ.get("FSLCONDA_REPOSITORY", repository) }} 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: build:
number: {{ build }} number: {{ build }}
...@@ -24,14 +24,17 @@ build: ...@@ -24,14 +24,17 @@ build:
strong: strong:
- {{ name }} - {{ name }}
requirements: requirements:
host: host:
- {{ compiler("cxx") }} - fsl-base >=2101.5
- fsl-base >=2012.0
- make
- fsl-armawrap >=0.4.1 - fsl-armawrap >=0.4.1
- fsl-miscmaths >=2010.0 - fsl-miscmaths >=2010.0
- fsl-newimage >=2011.0 - fsl-newimage >=2011.0
- fsl-newnifti >=3.0.6 - fsl-newnifti >=3.0.6
- fsl-utils >=2007.0 - fsl-utils >=2007.0
- fsl-znzlib >=2012.0 - fsl-znzlib >=2012.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