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/11/24 16:50:59 UTC

[arrow] branch master updated: ARROW-3865: [Packaging] Add double-conversion dependency to conda forge recipes and the windows wheel build

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 8d5bfc6  ARROW-3865: [Packaging] Add double-conversion dependency to conda forge recipes and the windows wheel build
8d5bfc6 is described below

commit 8d5bfc65bd5ebe66dcaadafcf7fc892c6abff572
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Sat Nov 24 11:50:52 2018 -0500

    ARROW-3865: [Packaging] Add double-conversion dependency to conda forge recipes and the windows wheel build
    
    Follow-up of https://github.com/apache/arrow/commit/9509220ee76f696c37926b4057c0d16306e0c793, builds: [here](https://github.com/kszucs/crossbow/branches/all?utf8=%E2%9C%93&query=build-365)
    
    Author: Krisztián Szűcs <sz...@gmail.com>
    
    Closes #3025 from kszucs/ARROW-3865 and squashes the following commits:
    
    2f66d94f3 <Krisztián Szűcs> add double-conversion dependency to conda forge recipes and the windows wheel build
---
 dev/tasks/conda-recipes/arrow-cpp/meta.yaml | 1 +
 dev/tasks/python-wheels/win-build.bat       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
index 5deca41..725fd22 100644
--- a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
+++ b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
@@ -37,6 +37,7 @@ requirements:
     - {{ compiler('cxx') }}
   host:
     - boost-cpp
+    - double-conversion
     - thrift-cpp >=0.11
     - libprotobuf
     - flatbuffers
diff --git a/dev/tasks/python-wheels/win-build.bat b/dev/tasks/python-wheels/win-build.bat
index f08bdf8..22e306a 100644
--- a/dev/tasks/python-wheels/win-build.bat
+++ b/dev/tasks/python-wheels/win-build.bat
@@ -26,7 +26,7 @@ conda install -n arrow -q -y -c conda-forge ^
       git flatbuffers rapidjson ^
       cmake ^
       boost-cpp thrift-cpp ^
-      gflags snappy zlib brotli zstd lz4-c
+      gflags snappy zlib brotli zstd lz4-c double-conversion
 
 call activate arrow