Skip to content
Snippets Groups Projects
Select Git revision
  • c9938709b9588b617f1a1ebae2556688c938e415
  • master default protected
  • enh/surfprc
  • ukbiobankv1.5
  • newnew
  • cvsHEAD protected
  • fsl-5_branch
  • osx-109-branch
  • oldOptionsFilm
  • originalSurfaceFilm
  • universal_branch
  • fsl-3_3-branch
  • fsl-3_2
  • release-branch
  • 2111.1
  • 2111.0
  • 2007.0
  • 2004.0
  • cvsFINAL protected
  • FSL6-0-0
  • newStable
  • FinalFive
  • fsl-5_0_11
  • stable
  • fsl-5_0_10
  • fsl-5_0_9
  • fsl-5_0_8
  • fsl-5_0_7
  • fsl-5_0_5
  • fsl-5_0_6
  • root-osx-109-branch
  • newnew_branchpoint
  • fsl-5_0_0
  • fsl-5_0_1
34 results

film_gls.cc

Blame
  • 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