summaryrefslogtreecommitdiffstats
path: root/python/conda/libastra/meta.yaml
blob: e4622b72f3e2e41b2305304254b4b295d1aa1b04 (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
package:
  name: libastra
  version: '1.8.3'

source:
  git_url: https://github.com/astra-toolbox/astra-toolbox.git
  git_tag: v1.8.3

build:
  number: 0
  script_env:
    - CC # [linux]
    - CXX # [linux]

requirements:
  build:
    - vs2015_runtime # [win]
    - boost # [osx]
    - automake # [osx]
    - autoconf # [osx]
    - libtool # [osx]
    - cudatoolkit {{ cudatoolkit }} # [linux]

  run:
    - vs2015_runtime # [win]
    - cudatoolkit {{ cudatoolkit }} # [linux]

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.'