Skip to content
Snippets Groups Projects
Commit 6eafbff4 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Initial auto-generated conda recipe for fdt

parents
No related branches found
No related tags found
No related merge requests found
build.sh 0 → 100644
#!/usr/bin/env bash
export FSLDIR=$CONDA_PREFIX
export FSLDEVDIR=$PREFIX
. $FSLDIR/etc/fslconf/fsl.sh
. $FSLDIR/etc/fslconf/fsl-devel.sh
make
make install
# This is a FSL conda recipe for: fsl-fdt
# The project git repository is: git@git.fmrib.ox.ac.uk:fsl/fdt.git
# The git repository for this conda recipe is: git@git.fmrib.ox.ac.uk:fsl/conda/fsl-fdt.git
{% set name = 'fsl-fdt' %}
{% set version = '2001.0' %}
{% set repository = 'git@git.fmrib.ox.ac.uk:fsl/fdt.git' %}
package:
name: {{ name }}
version: {{ version }}
source:
git_url: {{ repository }}
git_rev: {{ version }}
git_depth: 1
build:
run_exports:
strong:
- {{ name }}
requirements:
build:
- {{ compiler('cxx') }}
- fsl-base >=2007.0
- fsl-avwutils >=2005.0
- fsl-flirt >=2004.0
- fsl-fslio >=2006.0
- fsl-NewNifti >=3.0.4
- fsl-armawrap >=0.4.1
- fsl-basisfield >=1910.0
- fsl-bint >=2006.0
- fsl-cprob >=2006.0
- fsl-meshclass >=2006.0
- fsl-miscmaths >=2001.0
- fsl-newimage >=2006.0
- fsl-utils >=1908.0
- fsl-warpfns >=1912.0
- fsl-znzlib >=2006.0
- boost >=1.58
run:
- boost >=1.58
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment