diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-12-01 06:03:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 06:03:22 -0800 |
commit | fbe1a7638adb10e45eeff4b04caadab8ab324a2d (patch) | |
tree | 8febba68b7d99f1174e92bd23a5f3495bd301a0b /python/conda/libastra/meta.yaml | |
parent | 75ae79136451cad28375c1bbce6e6cac6080f29e (diff) | |
parent | 93d14a3424d4bdc980eeab3f02e250c07e6c37b6 (diff) | |
download | astra-fbe1a7638adb10e45eeff4b04caadab8ab324a2d.tar.gz astra-fbe1a7638adb10e45eeff4b04caadab8ab324a2d.tar.bz2 astra-fbe1a7638adb10e45eeff4b04caadab8ab324a2d.tar.xz astra-fbe1a7638adb10e45eeff4b04caadab8ab324a2d.zip |
Merge pull request #81 from wjp/conda_release
Add scripts for building conda packages using Docker
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 |