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/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/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 |