-
Paul McCarthy authoredPaul McCarthy authored
meta.yaml 1.09 KiB
# This is a FSL conda recipe for: fsl-qboot
# The project git repository is: https://git.fmrib.ox.ac.uk/fsl/qboot.git
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-qboot.git
{% set name = 'fsl-qboot' %}
{% set version = '2111.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/qboot.git' %}
{% set build = '5' %}
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-avwutils
- fsl-cprob 2111
- fsl-fdt
- fsl-miscmaths 2203
- fsl-newimage 2203
- fsl-newnifti 4
- fsl-utils 2203
- fsl-znzlib 2111
build:
- {{ compiler("cxx") }}
- make