From ffe5f08c6f161485ab59496e54a8a44bc8986361 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Fri, 19 Jan 2018 14:27:45 +0000 Subject: change in the meta.yaml --- Core/recipe/meta.yaml | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/Core/recipe/meta.yaml b/Core/recipe/meta.yaml index 1fca6bf..fbce22b 100644 --- a/Core/recipe/meta.yaml +++ b/Core/recipe/meta.yaml @@ -1,5 +1,5 @@ package: - name: regularizer + name: cil_regularizer version: {{ environ['CIL_VERSION'] }} source: @@ -10,11 +10,25 @@ build: script_env: - CIL_VERSION -requirements: +requirements: build: - - toolchain - - cmake - - ninja + - boost == 1.64.0 + - boost-cpp == 1.64.0 +# - toolchain + - python 3.5 + - cmake >=3.1 +# - zlib 1.2.11 + - vc 14 # [win and py35] + - libtiff + - numpy + + run: + - boost ==1.64.0 + - libtiff + - vc 14 # [win and py35] + - python 3.5 + - numpy + about: home: http://www.ccpi.ac.uk -- cgit v1.2.3