summaryrefslogtreecommitdiffstats
path: root/python/conda/meta.yaml
blob: 738489ad42679c4ee6e5d352237a9384cca4059c (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
44
45
46
47
48
49
50
package:
  name: astra-toolbox
  version: '1.8b'

source:
  git_url: https://github.com/astra-toolbox/astra-toolbox.git
  git_rev: master  # for testing
  # git_tag: 1.8  # TODO: change to this for next release

build:
  number: 0
  script_env:
    - CC # [not win]
    - CUDA_ROOT # [not win]

test:
  imports:
    - astra

  requires:
    # To avoid large downloads just for testing after build phase
    - nomkl # [not win]

requirements:
  build:
    - python
    - boost ==1.61 # [win]
    - cython >=0.13
    - nomkl # [not win]
    - numpy
    - scipy
    - six
    - libastra ==1.8b  # TODO: change to release version

  run:
    - python
    - numpy
    - scipy
    - six
    - libastra ==1.8b  # TODO: change to release version


about:
  home: http://www.astra-toolbox.com
  license: GPLv3
  summary: 'The ASTRA Toolbox is a Python toolbox of high-performance GPU primitives for 2D and 3D tomography.'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml