diff options
Diffstat (limited to 'recipe/meta.yaml')
-rw-r--r-- | recipe/meta.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/recipe/meta.yaml b/recipe/meta.yaml new file mode 100644 index 0000000..7435b2b --- /dev/null +++ b/recipe/meta.yaml @@ -0,0 +1,40 @@ +package: + name: ccpi-regulariser + version: {{CIL_VERSION}} + +build: + preserve_egg_dir: False + number: 0 + script_env: + - CIL_VERSION + +test: + files: + - lena_gray_512.tif + requires: + - pillow=4.1.1 + +requirements: + build: + - python + - numpy {{ numpy }} + - setuptools + - cython + - vc 14 # [win and py36] + - vc 14 # [win and py35] + - vc 9 # [win and py27] + - cmake + + run: + - {{ pin_compatible('numpy', max_pin='x.x') }} + - python + - numpy + - vc 14 # [win and py36] + - vc 14 # [win and py35] + - vc 9 # [win and py27] + - libgcc-ng + +about: + home: http://www.ccpi.ac.uk + license: BSD license + summary: 'CCPi Core Imaging Library Quantification Toolbox' |