Skip to content
Snippets Groups Projects

rel/2106.0

Merged Paul McCarthy requested to merge rel/2106.0 into master
1 file
+ 5
3
Compare changes
  • Side-by-side
  • Inline
+ 5
3
@@ -3,9 +3,9 @@
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-warpfns.git
{% set name = 'fsl-warpfns' %}
{% set version = '1912.0' %}
{% set version = '2106.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/warpfns.git' %}
{% set build = '1' %}
{% set build = '0' %}
package:
name: {{ name }}
@@ -27,7 +27,7 @@ build:
requirements:
host:
- fsl-base >=2101.5
- fsl-base >=2106.1
- fsl-armawrap >=0.4.1
- fsl-basisfield >=1910.0
- fsl-meshclass >=2012.0
@@ -39,3 +39,5 @@ requirements:
- {{ compiler("cxx") }}
- make
Loading