Merge pull request #54899 from veprbl/pr/pyarrow_fix

pythonPackages.pyarrow: redo fix on darwin
This commit is contained in:
Dmitry Kalinkin 2019-01-29 16:37:04 -05:00 committed by GitHub
commit e1d3819187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,9 @@ buildPythonPackage rec {
PYARROW_CMAKE_OPTIONS = [
"-DCMAKE_INSTALL_RPATH=${ARROW_HOME}/lib"
# for some reason cmake won't set -std=c++11 for clang
"-DPYARROW_CXXFLAGS=-std=c++11"
# This doesn't use setup hook to call cmake so we need to workaround #54606
# ourselves
"-DCMAKE_POLICY_DEFAULT_CMP0025=NEW"
];
preCheck = ''