You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/07 17:44:02 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

kszucs commented on a change in pull request #7658:
URL: https://github.com/apache/arrow/pull/7658#discussion_r451037044



##########
File path: cpp/cmake_modules/ThirdpartyToolchain.cmake
##########
@@ -2069,7 +2069,7 @@ macro(build_utf8proc)
       "-DCMAKE_INSTALL_PREFIX=${UTF8PROC_PREFIX}"
       -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
       -DCMAKE_INSTALL_LIBDIR=lib
-      -DDBUILD_SHARED_LIBS=OFF)
+      -DBUILD_SHARED_LIBS=OFF)

Review comment:
       I think this was the original issue, because utf8proc wasn't available from conda, so it was bundled.
   
   Need to run other packaging builds as well if it works.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org