Select Git revision
meta.yaml 1.08 KiB
# This is a FSL conda recipe for: fsl-warpfns
# The project git repository is: https://git.fmrib.ox.ac.uk/fsl/warpfns.git
# 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 = '2203.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/warpfns.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
- fsl-armawrap 0
- fsl-basisfield 2202
- fsl-meshclass 2111
- fsl-miscmaths 2202
- fsl-newimage 2202
- fsl-newnifti 4
- fsl-znzlib 2111
build:
- {{ compiler("cxx") }}
- make