diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2018-04-09 15:17:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-09 15:17:24 +0100 |
commit | 62635199f4e5a464a267ffce070ecec68bfdcfe8 (patch) | |
tree | cdc7c4469e210a52cb416b2747ca2d954da073cc /recipes/regularisers/meta.yaml | |
parent | a5b5872b76bf00023a7e7cee97e028003ccbc45e (diff) | |
parent | b9fafd363d1d181a4a8b42ea4038924097207913 (diff) | |
download | regularization-62635199f4e5a464a267ffce070ecec68bfdcfe8.tar.gz regularization-62635199f4e5a464a267ffce070ecec68bfdcfe8.tar.bz2 regularization-62635199f4e5a464a267ffce070ecec68bfdcfe8.tar.xz regularization-62635199f4e5a464a267ffce070ecec68bfdcfe8.zip |
Merge pull request #47 from vais-ral/add3Dtests
major renaming and new 3D demos for Matlab
Diffstat (limited to 'recipes/regularisers/meta.yaml')
-rw-r--r-- | recipes/regularisers/meta.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/recipes/regularisers/meta.yaml b/recipes/regularisers/meta.yaml new file mode 100644 index 0000000..f204a6b --- /dev/null +++ b/recipes/regularisers/meta.yaml @@ -0,0 +1,40 @@ +package: + name: cil_regulariser + 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: Regulariser package from CCPi |