Skip to content
Snippets Groups Projects

mnt/recipe_update

Merged Paul McCarthy requested to merge mnt/recipe_update into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 8
7
# This is a FSL conda recipe for: fsl-libgdc
# The project git repository is: git@git.fmrib.ox.ac.uk:fsl/libgdc.git
# The git repository for this conda recipe is: git@git.fmrib.ox.ac.uk:fsl/conda/fsl-libgdc.git
# The project git repository is: https://git.fmrib.ox.ac.uk/fsl/libgdc.git
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-libgdc.git
{% set name = 'fsl-libgdc' %}
{% set version = '2006.0' %}
{% set repository = 'git@git.fmrib.ox.ac.uk:fsl/libgdc.git' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/libgdc.git' %}
package:
name: {{ name }}
@@ -14,9 +14,8 @@ 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) }}
git_depth: 1
git_url: {{ os.environ.get("FSLCONDA_REPOSITORY", repository) }}
git_rev: {{ os.environ.get("FSLCONDA_REVISION", version) }}
build:
run_exports:
@@ -26,9 +25,11 @@ build:
requirements:
host:
- {{ compiler('cxx') }}
- fsl-base >=2007.0
- fsl-base >=2011.0
- make
- libgd >=2.0.1
- libpng >=1.6.7
run:
- libgd >=2.0.1
- libpng >=1.6.7
Loading