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

MNT: Initial auto-generated conda recipe for qboot

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-qboot
# The project git repository is: git@git.fmrib.ox.ac.uk:fsl/qboot.git
# The git repository for this conda recipe is: git@git.fmrib.ox.ac.uk:fsl/conda/fsl-qboot.git
{% set name = 'fsl-qboot' %}
{% set version = '2006.0' %}
{% set repository = 'git@git.fmrib.ox.ac.uk:fsl/qboot.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-NewNifti >=3.0.4
- fsl-armawrap >=0.4.1
- fsl-cprob >=2006.0
- fsl-miscmaths >=2001.0
- fsl-newimage >=2006.0
- fsl-utils >=1908.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