diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-04-09 13:41:06 +0100 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2018-04-09 13:41:06 +0100 |
commit | b9fafd363d1d181a4a8b42ea4038924097207913 (patch) | |
tree | cdc7c4469e210a52cb416b2747ca2d954da073cc /recipes/regularizers/meta.yaml | |
parent | a5b5872b76bf00023a7e7cee97e028003ccbc45e (diff) | |
download | regularization-b9fafd363d1d181a4a8b42ea4038924097207913.tar.gz regularization-b9fafd363d1d181a4a8b42ea4038924097207913.tar.bz2 regularization-b9fafd363d1d181a4a8b42ea4038924097207913.tar.xz regularization-b9fafd363d1d181a4a8b42ea4038924097207913.zip |
major renaming and new 3D demos for Matlab
Diffstat (limited to 'recipes/regularizers/meta.yaml')
-rw-r--r-- | recipes/regularizers/meta.yaml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/recipes/regularizers/meta.yaml b/recipes/regularizers/meta.yaml deleted file mode 100644 index 37e447e..0000000 --- a/recipes/regularizers/meta.yaml +++ /dev/null @@ -1,40 +0,0 @@ -package: - name: cil_regularizer - version: {{ environ['CIL_VERSION'] }} - -#source: - # path: ../ - -build: - preserve_egg_dir: False - script_env: - - CIL_VERSION - -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 py35] - - vc 9 # [win and py27] -# - libtiff - - numpy - - run: - - boost ==1.64.0 -# - libtiff - - vc 14 # [win and py35] - - vc 9 # [win and py27] - - python 3.5 # [py35] - - python 2.7 # [py27] - - numpy - - -about: - home: http://www.ccpi.ac.uk - license: Apache v2.0 - summary: Regularizer package from CCPi |