Skip to content

Commit

Permalink
manylinux build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 1, 2023
1 parent 48e3408 commit 8915352
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/python_wheel_manylinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cmake \
-DCMAKE_UNITY_BUILD=${CMAKE_UNITY_BUILD} \
-DORC_PROTOBUF_EXECUTABLE=${VCPKG_ROOT}/installed/${VCPKG_TARGET_TRIPLET}/tools/protobuf/protoc \
-DORC_SOURCE=BUNDLED \
-Dxml2_SOURCE=BUNDLED \
-DLibXml2_SOURCE=BUNDLED \
-DPARQUET_REQUIRE_ENCRYPTION=${PARQUET_REQUIRE_ENCRYPTION} \
-DVCPKG_MANIFEST_MODE=OFF \
-DVCPKG_TARGET_TRIPLET=${VCPKG_TARGET_TRIPLET} \
Expand Down
8 changes: 8 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,14 @@ endif()
if(ARROW_AZURE)
list(APPEND ARROW_SHARED_LINK_LIBS ${AZURESDK_LINK_LIBRARIES})
list(APPEND ARROW_STATIC_LINK_LIBS ${AZURESDK_LINK_LIBRARIES})
if(AZURE_SDK_SOURCE STREQUAL "SYSTEM")
list(APPEND ARROW_STATIC_INSTALL_INTERFACE_LIBS
Azure::azure-core
Azure::azure-identity
Azure::azure-storage-blobs
Azure::azure-storage-common
Azure::azure-storage-files-datalake)
endif()
endif()

if(ARROW_WITH_UTF8PROC)
Expand Down

0 comments on commit 8915352

Please sign in to comment.