summaryrefslogtreecommitdiffstats
path: root/recipes/regularisers/meta.yaml
blob: f204a6bb7556c2dd020defa4b38e282e7d43bef4 (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
package:
  name: cil_regulariser
  version: {{ environ['CIL_VERSION'] }}

#source:
 # path: ../

build:
  preserve_egg_dir: False
  script_env: 
    - CIL_VERSION

requirements:
  build:
    - boost ==1.64.0	
    - boost-cpp ==1.64.0 
#    - toolchain
    - python 3.5 # [py35]
    - python 2.7 # [py27]
    - cmake >=3.1
#    - zlib 1.2.11
    - vc 14 # [win and py35] 
    - vc 9  # [win and py27]
#    - libtiff    
    - numpy

  run:
    - boost ==1.64.0
#    - libtiff
    - vc 14 # [win and py35]
    - vc 9  # [win and py27]
    - python 3.5 # [py35]
    - python 2.7 # [py27]
    - numpy


about:
  home: http://www.ccpi.ac.uk
  license: Apache v2.0
  summary: Regulariser package from CCPi