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

MNT: Initial auto-generated conda recipe for cprob

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-cprob
# The project git repository is: git@git.fmrib.ox.ac.uk:fsl/cprob.git
# The git repository for this conda recipe is: git@git.fmrib.ox.ac.uk:fsl/conda/fsl-cprob.git
{% set name = 'fsl-cprob' %}
{% set version = '2006.0' %}
{% set repository = 'git@git.fmrib.ox.ac.uk:fsl/cprob.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
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