xhochy commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375377611 > > 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 and its documentation doesn't say anything about being able to set it. Yes it should affect the `find_program` call inside of `FindFLEX`. But for now I hope it is not necessary. Until the last commit, we have not installed bison on OSX as they were not previously installed, so `brew upgrade` had no effect on them.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
