summaryrefslogtreecommitdiffstats
path: root/python/conda/meta.yaml
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-01-24 16:44:18 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-03-20 15:50:22 +0100
commit9f3f78472f7be84694baef8e67fec382febce639 (patch)
treea5e03b428a1f417a514aa31d099ecb01c2a17d4d /python/conda/meta.yaml
parentd70274581443afd30d8347dae737c419142c88da (diff)
downloadastra-9f3f78472f7be84694baef8e67fec382febce639.tar.gz
astra-9f3f78472f7be84694baef8e67fec382febce639.tar.bz2
astra-9f3f78472f7be84694baef8e67fec382febce639.tar.xz
astra-9f3f78472f7be84694baef8e67fec382febce639.zip
Move conda astra-toolbox package files to own subdirectory
Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).
Diffstat (limited to 'python/conda/meta.yaml')
-rw-r--r--python/conda/meta.yaml48
1 files changed, 0 insertions, 48 deletions
diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml
deleted file mode 100644
index 942397e..0000000
--- a/python/conda/meta.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-package:
- name: astra-toolbox
- version: '1.8'
-
-source:
- git_url: https://github.com/astra-toolbox/astra-toolbox.git
- git_tag: v1.8
-
-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
- - cython >=0.13
- - nomkl # [not win]
- - numpy
- - scipy
- - six
- - libastra ==1.8
-
- run:
- - python
- - numpy x.x
- - scipy
- - six
- - libastra ==1.8
-
-
-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