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


build:
  preserve_egg_dir: False
  script_env: 
    - CIL_VERSION

requirements:
  build:
    - cmake >=3.1
    - vc 14 # [win and py36] 
    - vc 14 # [win and py35] 
    - vc 9  # [win and py27]

  run:
    - vc 14 # [win and py36]
    - vc 14 # [win and py35]
    - vc 9  # [win and py27]


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