pythonPackages.pyarrow: redo fix on darwin

This commit is contained in:
Dmitry Kalinkin 2019-01-29 16:19:02 -05:00
parent 7897dadbbf
commit c52e9e6080
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

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 = ''