diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-19 18:34:40 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-23 22:45:21 +0000 |
commit | 514a10a8adf935f9254b9c25da200b4317277171 (patch) | |
tree | e888c3c58e0032cb589935eef1aab3ab72bfca2c /recipes/regularizers/meta.yaml | |
parent | 113762f1086a5e202f81b35e624da3d28402d70e (diff) | |
download | regularization-514a10a8adf935f9254b9c25da200b4317277171.tar.gz regularization-514a10a8adf935f9254b9c25da200b4317277171.tar.bz2 regularization-514a10a8adf935f9254b9c25da200b4317277171.tar.xz regularization-514a10a8adf935f9254b9c25da200b4317277171.zip |
Working conda recipe for Windows
Diffstat (limited to 'recipes/regularizers/meta.yaml')
-rw-r--r-- | recipes/regularizers/meta.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/recipes/regularizers/meta.yaml b/recipes/regularizers/meta.yaml new file mode 100644 index 0000000..37e447e --- /dev/null +++ b/recipes/regularizers/meta.yaml @@ -0,0 +1,40 @@ +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 |