You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/12/24 16:12:38 UTC

[arrow] branch master updated: ARROW-4109: [Packaging] Missing glog dependency from arrow-cpp conda recipe

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b79887  ARROW-4109: [Packaging] Missing glog dependency from arrow-cpp conda recipe
6b79887 is described below

commit 6b798875c0e5a328e007f7ce634a8b4ce50eb553
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Mon Dec 24 10:12:30 2018 -0600

    ARROW-4109: [Packaging] Missing glog dependency from arrow-cpp conda recipe
    
    Follow-up of https://github.com/apache/arrow/pull/3234
    
    Crossbow builds: [kszucs/crossbow/build-386](https://github.com/kszucs/crossbow/branches/all?utf8=%E2%9C%93&query=build-386)
    
    Author: Krisztián Szűcs <sz...@gmail.com>
    
    Closes #3255 from kszucs/conda_recipe_glogs and squashes the following commits:
    
    ed110abb6 <Krisztián Szűcs> add glog to arrow-cpp
---
 dev/tasks/conda-recipes/arrow-cpp/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
index 725fd22..129136e 100644
--- a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
+++ b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
@@ -44,6 +44,7 @@ requirements:
     - rapidjson
     - zlib
     - glog
+    - gflags
     - snappy
     - brotli
     - zstd