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/libastra/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/libastra/meta.yaml')
-rw-r--r-- | python/conda/libastra/meta.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/python/conda/libastra/meta.yaml b/python/conda/libastra/meta.yaml index 7c92e04..c9135ab 100644 --- a/python/conda/libastra/meta.yaml +++ b/python/conda/libastra/meta.yaml @@ -10,13 +10,17 @@ source: build: number: 0 script_env: - - CC - - CXX - - CUDA_ROOT + - CC # [not win] + - CXX # [not win] + - CUDA_ROOT # [not win] requirements: build: - - boost + - boost ==1.61 # [win] + - vs2015_runtime # [win] + + run: + - vs2015_runtime # [win] about: home: http://www.astra-toolbox.com |