summaryrefslogtreecommitdiffstats
path: root/python/conda/meta.yaml
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2016-03-03 14:21:38 +0100
committerWillem Jan Palenstijn <wjp@usecode.org>2016-03-03 14:21:38 +0100
commit9d8d0fa048fe9da6adb31b7d49124f8425eb7f63 (patch)
tree8c890c11cb64bf358dd69975f6be5fca8ce80e27 /python/conda/meta.yaml
parenta924b809252a187d49635b72c8c36c31777137b4 (diff)
parent57b2a752a458266066c1048b9cfacafd7692b943 (diff)
downloadastra-9d8d0fa048fe9da6adb31b7d49124f8425eb7f63.tar.gz
astra-9d8d0fa048fe9da6adb31b7d49124f8425eb7f63.tar.bz2
astra-9d8d0fa048fe9da6adb31b7d49124f8425eb7f63.tar.xz
astra-9d8d0fa048fe9da6adb31b7d49124f8425eb7f63.zip
Merge pull request #32 from dmpelt/split-conda
Split conda package into c++ lib and python parts
Diffstat (limited to 'python/conda/meta.yaml')
-rw-r--r--python/conda/meta.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml
index 7e4679b..e6a7f52 100644
--- a/python/conda/meta.yaml
+++ b/python/conda/meta.yaml
@@ -1,10 +1,10 @@
package:
name: astra-toolbox
- version: '1.7.1'
+ version: '1.8b'
source:
git_url: https://github.com/astra-toolbox/astra-toolbox.git
- git_tag: v1.7.1
+ #git_tag: v1.7.1 # Change to 1.8 after release
build:
number: 0
@@ -29,10 +29,11 @@ requirements:
- numpy
- scipy
- six
+ - libastra ==1.8b
about:
- home: http://sourceforge.net/p/astra-toolbox/wiki/Home/
+ 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.'