[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-23 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375668074 I think we may somehow have some additional whitespace in the `Boost_*_LIBRARY` variables on windows. I'm going to try and build a boost-bundled pyarrow today

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375488961 @xhochy It looks like the wheels include the libs we need: https://travis-ci.org/cpcloud/arrow-dist/jobs/357120681 Still have to figure out why

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375488961 @xhochy It looks like the wheels include the libs we need: https://travis-ci.org/cpcloud/arrow-dist/jobs/357120681 Still have to figure out why

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375430607 Oh man, we are getting so close on the OS X builds! https://travis-ci.org/apache/arrow-dist/jobs/357034487 Looks like the wheel delocator cannot find

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375416775 working on the windows failure now This is an automated message from the Apache Git Service. To

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375405785 @xhochy is there any way we can silence all of the `bcp`/`bjam` output? It will make for one fewer indirection when debugging travis.

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375360715 > Then I'm also able pass in the BISON and FLEX executable via CMake variables. Does that actually work? `find_package(FLEX)` explicitly sets this variable

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375360715 > Then I'm also able pass in the BISON and FLEX executable via CMake variables. Does that actually work? `find_package(FLEX)` explicitly sets this variable

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375358552 @xhochy Is there any problem with installing thrift from homebrew? This is an automated message

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375324912 Actually, it's finding the wrong version. This is an automated message from the Apache Git

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375323642 @xhochy looks like upgrading bison might broken thrift generation on osx: ```

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-22 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375323642 @xhochy looks like upgrading bison might broken thrift generation: ```

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-21 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375068142 @xhochy @kou I need some help with this. There's a ton of stuff here that I'm unfamiliar with especially the details of yum and apt-get packages. I don't have