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

[arrow] branch master updated: ARROW-5149: [Packaging][Wheel] Pin LLVM to version 7 in windows builds

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

kszucs 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 5133711  ARROW-5149: [Packaging][Wheel] Pin LLVM to version 7 in windows builds
5133711 is described below

commit 5133711b32347265acc79af190860db622651170
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Wed Apr 10 12:22:14 2019 +0200

    ARROW-5149: [Packaging][Wheel] Pin LLVM to version 7 in windows builds
    
    Crossbow builds: https://github.com/kszucs/crossbow/branches/all?query=build-549
    
    Author: Krisztián Szűcs <sz...@gmail.com>
    
    Closes #4130 from kszucs/win-wheel-pin-llvm and squashes the following commits:
    
    3a02e8466 <Krisztián Szűcs> pin llvm=7
---
 dev/tasks/python-wheels/win-build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/python-wheels/win-build.bat b/dev/tasks/python-wheels/win-build.bat
index d398855..29ebf64 100644
--- a/dev/tasks/python-wheels/win-build.bat
+++ b/dev/tasks/python-wheels/win-build.bat
@@ -28,7 +28,7 @@ conda install -n arrow -q -y -c conda-forge ^
       cmake ^
       boost-cpp thrift-cpp ^
       gflags snappy zlib zstd lz4-c double-conversion ^
-      llvmdev libprotobuf
+      llvmdev=7 libprotobuf
 
 call activate arrow