summaryrefslogtreecommitdiffstats
path: root/recipe/meta.yaml
blob: e3d74d66ce735aa49f738a6c836c689df71eae43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
package:
  name: ccpi-regulariser
  version: {{CIL_VERSION}}

build:
  preserve_egg_dir: False
  number: 0
  script_env:
    - CIL_VERSION

test:
  source_files:
    - ./test/
  requires:
    - pillow
    - pillow=4.1.1 # [win]
  commands:
    - python -c "import os; print (os.getcwd())"
    - python -m unittest discover -s test
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 # [unix]

about:
  home: http://www.ccpi.ac.uk
  license:  BSD license
  summary: 'CCPi Core Imaging Library Quantification Toolbox'