Skip to content
Snippets Groups Projects

WIP: rel/3.0.6-1

Closed Paul McCarthy requested to merge rel/3.0.6-1 into master
1 file
+ 11
7
Compare changes
  • Side-by-side
  • Inline
+ 11
7
# This is a FSL conda recipe for: fsl-newnifti
# The project git repository is: https://git.fmrib.ox.ac.uk/fsl/NewNifti.git
# The project git repository is: https://git.fmrib.ox.ac.uk//fsl/NewNifti.git
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-newnifti.git
{% set name = 'fsl-newnifti' %}
{% set version = '3.0.6' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/NewNifti.git' %}
{% set build = '0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk//fsl/NewNifti.git' %}
{% set build = '1' %}
package:
name: {{ name }}
name: {{ name }}
version: {{ version }}
source:
@@ -16,7 +16,7 @@ source:
# 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_rev: {{ os.environ.get("FSLCONDA_REVISION", version ) }}
build:
number: {{ build }}
@@ -24,9 +24,13 @@ build:
strong:
- {{ name }}
requirements:
host:
- fsl-base >=2101.5
- nil
- fsl-znzlib >=2012.0
build:
- {{ compiler("cxx") }}
- fsl-base >=2012.0
- make
- fsl-znzlib >=2012.0
Loading