Skip to content
Snippets Groups Projects
meta.yaml 1.35 KiB
Newer Older
# 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
# Note that this recipe only builds the CPU components
# of the FDT project - the GPU/CUDA components are
# built by the separate fsl/conda/fsl-fdt-gpu recipe.

{% set name       = 'fsl-fdt' %}
{% set version    = '2202.5' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/fdt.git' %}
{% set build      = '0' %}
  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)    }}
  run_exports:
    strong:
      - {{ name }}

    - fsl-base
    - fsl-armawrap 0
    - fsl-avwutils
Paul McCarthy's avatar
Paul McCarthy committed
    - fsl-basisfield 2203
    - fsl-bint 2111
    - fsl-cprob 2111
    - fsl-flirt
    - fsl-meshclass 2111
Paul McCarthy's avatar
Paul McCarthy committed
    - fsl-miscmaths 2203
Paul McCarthy's avatar
Paul McCarthy committed
    - fsl-newimage 2203
Paul McCarthy's avatar
Paul McCarthy committed
    - fsl-utils 2203
    - fsl-warpfns 2203
    - fsl-znzlib 2111
  build:
    - {{ compiler("cxx") }}
    - make