Select Git revision
meta.yaml 1.25 KiB
# This is a FSL conda recipe for: fsl-fdt
# The project git repository is: https://git.fmrib.ox.ac.uk/fsl/fdt.git
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-fdt.git
{% set name = 'fsl-fdt' %}
{% set version = '2101.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/fdt.git' %}
{% set build = '0' %}
package:
name: {{ name }}
version: {{ version }}
source:
# the FSLCONDA_REPOSITORY and FSLCONDA_REVISION
# 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) }}
build:
number: {{ build }}
run_exports:
strong:
- {{ name }}
requirements:
host:
- fsl-base >=2101.5
- fsl-armawrap >=0.4.3
- fsl-avwutils >=2101.0
- fsl-basisfield >=1910.0
- fsl-bint >=2101.0
- fsl-cprob >=2006.0
- fsl-flirt >=2010.0
- fsl-meshclass >=2101.0
- fsl-miscmaths >=2010.0
- fsl-newimage >=2011.0
- fsl-newnifti >=3.0.6
- fsl-utils >=2007.0
- fsl-warpfns >=1912.0
- fsl-znzlib >=2101.0
- >=UNKNOWN
build:
- {{ compiler("cxx") }}
- make