diff options
| -rw-r--r-- | Core/recipe/meta.yaml | 24 | 
1 files 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  | 
