xhochy commented on a change in pull request #23: Build wheels for 0.9.0
URL: https://github.com/apache/arrow-dist/pull/23#discussion_r176431729
##########
File path: scripts/python-wheels-windows.bat
##########
@@ -80,23 +79,25 @@ pushd parquet-cpp\build
cmake -G "%GENERATOR%" ^
-DCMAKE_INSTALL_PREFIX=%PARQUET_HOME% ^
-DCMAKE_BUILD_TYPE=Release ^
- -DPARQUET_BOOST_USE_SHARED=off ^
- -DPARQUET_BUILD_TESTS=off .. || exit /B
+ -DPARQUET_BOOST_USE_SHARED=ON ^
+ -DPARQUET_BUILD_TESTS=OFF .. || exit /B
cmake --build . --target INSTALL --config Release || exit /B
popd
@rem Build and import pyarrow
set PYTHONPATH=
pushd %ARROW_SRC%\python
-python setup.py build_ext --with-parquet --bundle-arrow-cpp bdist_wheel ||
exit /B
+python setup.py build_ext --with-parquet ^
+ --bundle-arrow-cpp --bundle-boost bdist_wheel || exit /B
Review comment:
Yes it is
----------------------------------------------------------------
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