Skip to content

Commit

Permalink
ARROW-5899: [Python][Packaging] Build and link uriparser statically i…
Browse files Browse the repository at this point in the history
…n Windows wheel builds

The windows nightly wheel builds are failing: https://ci.appveyor.com/project/Ursa-Labs/crossbow/builds/25688922 probably caused by 88fcb09, but it's hard to tell because of the error message  "ImportError: DLL load failed: The specified module could not be found." is not very descriptive.

Author: Krisztián Szűcs <[email protected]>

Closes #4833 from kszucs/win-wheel-uriparser and squashes the following commits:

52616ec <Krisztián Szűcs> missed from the previous commit
19fca63 <Krisztián Szűcs> bundled uriparser
a4ff13a <Krisztián Szűcs> cmake
6b87333 <Krisztián Szűcs> bundle uriparser.dll in windows wheels
  • Loading branch information
kszucs authored and wesm committed Jul 12, 2019
1 parent 2a1e02b commit 4221db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/tasks/python-wheels/win-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ cmake -G "%GENERATOR%" ^
-DARROW_PYTHON=ON ^
-DARROW_PARQUET=ON ^
-DARROW_GANDIVA=ON ^
-Duriparser_SOURCE=BUNDLED ^
.. || exit /B
cmake --build . --target install --config Release || exit /B
popd
Expand Down

0 comments on commit 4221db9

Please sign in to comment.