diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-19 14:27:45 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-19 14:27:45 +0000 |
commit | ffe5f08c6f161485ab59496e54a8a44bc8986361 (patch) | |
tree | d52e210e01f73f98f2b64ca6134b6fece611db24 | |
parent | 369e6c320889b84ce60a83c54b70e203300a4e1d (diff) | |
download | regularization-ffe5f08c6f161485ab59496e54a8a44bc8986361.tar.gz regularization-ffe5f08c6f161485ab59496e54a8a44bc8986361.tar.bz2 regularization-ffe5f08c6f161485ab59496e54a8a44bc8986361.tar.xz regularization-ffe5f08c6f161485ab59496e54a8a44bc8986361.zip |
change in the meta.yaml
-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 |