From 4d74819f0c1a77975165fa8bb96c498ccacdbb7b Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Thu, 31 May 2018 08:48:39 +0100 Subject: removed dependency on boost --- recipes/regularisers/meta.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'recipes/regularisers') diff --git a/recipes/regularisers/meta.yaml b/recipes/regularisers/meta.yaml index f204a6b..3ffcd1d 100644 --- a/recipes/regularisers/meta.yaml +++ b/recipes/regularisers/meta.yaml @@ -2,8 +2,6 @@ package: name: cil_regulariser version: {{ environ['CIL_VERSION'] }} -#source: - # path: ../ build: preserve_egg_dir: False @@ -12,26 +10,15 @@ build: requirements: build: - - boost ==1.64.0 - - boost-cpp ==1.64.0 -# - toolchain - - python 3.5 # [py35] - - python 2.7 # [py27] - cmake >=3.1 -# - zlib 1.2.11 + - vc 14 # [win and py36] - vc 14 # [win and py35] - vc 9 # [win and py27] -# - libtiff - - numpy run: - - boost ==1.64.0 -# - libtiff + - vc 14 # [win and py36] - vc 14 # [win and py35] - vc 9 # [win and py27] - - python 3.5 # [py35] - - python 2.7 # [py27] - - numpy about: -- cgit v1.2.3