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 repository = 'https://git.fmrib.ox.ac.uk/fsl/fdt.git' %}
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
- fsl-bint 2111
- fsl-cprob 2111
- fsl-flirt
- fsl-meshclass 2111
build:
- {{ compiler("cxx") }}
- make