diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-28 16:37:53 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-12-01 15:01:38 +0100 |
commit | 93d14a3424d4bdc980eeab3f02e250c07e6c37b6 (patch) | |
tree | 8febba68b7d99f1174e92bd23a5f3495bd301a0b /python/conda/meta.yaml | |
parent | 5d9b7b00267e99baefcfba2d53dbfc312daa84eb (diff) | |
download | astra-93d14a3424d4bdc980eeab3f02e250c07e6c37b6.tar.gz astra-93d14a3424d4bdc980eeab3f02e250c07e6c37b6.tar.bz2 astra-93d14a3424d4bdc980eeab3f02e250c07e6c37b6.tar.xz astra-93d14a3424d4bdc980eeab3f02e250c07e6c37b6.zip |
Add conda build scripts for win-64/py35
Diffstat (limited to 'python/conda/meta.yaml')
-rw-r--r-- | python/conda/meta.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml index 94ce12f..738489a 100644 --- a/python/conda/meta.yaml +++ b/python/conda/meta.yaml @@ -10,8 +10,8 @@ source: build: number: 0 script_env: - - CC - - CUDA_ROOT + - CC # [not win] + - CUDA_ROOT # [not win] test: imports: @@ -24,6 +24,7 @@ test: requirements: build: - python + - boost ==1.61 # [win] - cython >=0.13 - nomkl # [not win] - numpy |