diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2019-07-08 18:54:14 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2019-07-08 23:25:53 +0200 |
commit | c84b7f8ae6542de8bd23018e2badeafaddf4d28d (patch) | |
tree | b724536a4c35f2ce307e66aee5a013354d979d39 /python/conda/libastra/meta.yaml | |
parent | 52456fe847252b764b07051323892fa8ce7df298 (diff) | |
download | astra-c84b7f8ae6542de8bd23018e2badeafaddf4d28d.tar.gz astra-c84b7f8ae6542de8bd23018e2badeafaddf4d28d.tar.bz2 astra-c84b7f8ae6542de8bd23018e2badeafaddf4d28d.tar.xz astra-c84b7f8ae6542de8bd23018e2badeafaddf4d28d.zip |
Build updates for Win10 + VS2017 + CUDA9 + Matlab R2018b
Diffstat (limited to 'python/conda/libastra/meta.yaml')
-rw-r--r-- | python/conda/libastra/meta.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/conda/libastra/meta.yaml b/python/conda/libastra/meta.yaml index 2135376..59c3a09 100644 --- a/python/conda/libastra/meta.yaml +++ b/python/conda/libastra/meta.yaml @@ -1,6 +1,6 @@ package: name: libastra - version: '1.9.0dev' + version: '1.9.0.dev11' source: git_url: https://github.com/astra-toolbox/astra-toolbox.git @@ -14,7 +14,7 @@ build: requirements: build: - - vs2015_runtime # [win] + - {{compiler('c')}} # [win] - boost # [osx] - automake # [osx] - autoconf # [osx] @@ -22,7 +22,6 @@ requirements: - cudatoolkit {{ cudatoolkit }} # [linux] run: - - vs2015_runtime # [win] - cudatoolkit {{ cudatoolkit }} # [linux] about: |