diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-05-31 08:48:39 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-05-31 13:58:11 +0200 |
commit | 4d74819f0c1a77975165fa8bb96c498ccacdbb7b (patch) | |
tree | 9eb8ff7bbbf6781cb50b3a4db2739b5ee0b30921 /recipes/regularisers | |
parent | cddbd886a40889e9accbd56c7fbda15e6f0d9171 (diff) | |
download | regularization-4d74819f0c1a77975165fa8bb96c498ccacdbb7b.tar.gz regularization-4d74819f0c1a77975165fa8bb96c498ccacdbb7b.tar.bz2 regularization-4d74819f0c1a77975165fa8bb96c498ccacdbb7b.tar.xz regularization-4d74819f0c1a77975165fa8bb96c498ccacdbb7b.zip |
removed dependency on boost
Diffstat (limited to 'recipes/regularisers')
-rw-r--r-- | recipes/regularisers/meta.yaml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/recipes/regularisers/meta.yaml b/recipes/regularisers/meta.yaml index f204a6b..3ffcd1d 100644 --- a/recipes/regularisers/meta.yaml +++ b/recipes/regularisers/meta.yaml @@ -2,8 +2,6 @@ package: name: cil_regulariser version: {{ environ['CIL_VERSION'] }} -#source: - # path: ../ build: preserve_egg_dir: False @@ -12,26 +10,15 @@ build: 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 py36] - vc 14 # [win and py35] - vc 9 # [win and py27] -# - libtiff - - numpy run: - - boost ==1.64.0 -# - libtiff + - vc 14 # [win and py36] - vc 14 # [win and py35] - vc 9 # [win and py27] - - python 3.5 # [py35] - - python 2.7 # [py27] - - numpy about: |