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

Merge branch 'rel/2010.0-2' into 'master'

rel/2010.0-2

See merge request !5
parents 206cf258 7e133208
No related branches found
No related tags found
1 merge request!5rel/2010.0-2
Pipeline #11086 waiting for manual action
......@@ -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