From c84b7f8ae6542de8bd23018e2badeafaddf4d28d Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 8 Jul 2019 18:54:14 +0200 Subject: Build updates for Win10 + VS2017 + CUDA9 + Matlab R2018b --- python/conda/libastra/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/conda/libastra/meta.yaml') 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: -- cgit v1.2.3