You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/04/10 03:44:27 UTC

[arrow] branch master updated: ARROW-5147: [C++] Add missing dependencies to Brewfile

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

kou 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 1690a3e  ARROW-5147: [C++] Add missing dependencies to Brewfile
1690a3e is described below

commit 1690a3e3ce5b7741c4e8150a6b2bba953f5aa2ef
Author: MASAMIKI <ma...@amd-lab.com>
AuthorDate: Wed Apr 10 12:44:08 2019 +0900

    ARROW-5147: [C++] Add missing dependencies to Brewfile
    
    When i building c++ on Mac, some error occur.
    
    There are lack of library in Brewfile.
    I added them to the file.
    
    Author: MASAMIKI <ma...@amd-lab.com>
    
    Closes #4132 from MASAMIKI/ARROW-5147 and squashes the following commits:
    
    1dedb316 <MASAMIKI> ARROW-5147:  get an error in building
---
 c_glib/Brewfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/c_glib/Brewfile b/c_glib/Brewfile
index 647ebe4..ffe0509 100644
--- a/c_glib/Brewfile
+++ b/c_glib/Brewfile
@@ -20,7 +20,9 @@ brew "automake"
 brew "boost"
 brew "ccache"
 brew "cmake"
+brew "double-conversion"
 brew "git"
+brew "glog"
 brew "gobject-introspection"
 brew "gtk-doc"
 brew "libtool"