From 365817ef6458225a1931fc54133f9071735d070d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Sun, 24 Sep 2017 18:06:24 +0200 Subject: [PATCH] Add libtiff to the build matrix --- gitlab/conda_build_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index d535347..6bb59ef 100644 --- a/gitlab/conda_build_config.yaml +++ b/gitlab/conda_build_config.yaml @@ -45,6 +45,8 @@ x264: - 20131217 libogg: - 1.3.2 +libtiff: + - 4.0.6 pin_run_as_build: libgcc: @@ -82,6 +84,8 @@ pin_run_as_build: max_pin: x zc.recipe.egg: max_pin: x + libtiff: + max_pin: x bob.buildout: max_pin: x bob.extension: -- GitLab