blob: 25da269d6b48a929f898149ec721caa3b7606de0 (
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
|
package:
name: libastra
version: '1.8rc1'
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]
- CXX # [not win]
- CUDA_ROOT # [not win]
requirements:
build:
- boost ==1.61 # [win]
- vs2015_runtime # [win]
run:
- vs2015_runtime # [win]
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
|