davesworking commented on issue #14068: URL: https://github.com/apache/arrow/issues/14068#issuecomment-1240629154
I should mention that I am installing Arrow via vcpkg: `.\vcpkg\vcpkg.exe install "arrow[core,csv,dataset,filesystem,json,parquet]" --triplet=%tripletName% --x-install-root=%installDir% --recurse` I am turning off openssl and encryption manually in the port files: ``` sed -i "87i \ \ -DARROW_USE_OPENSSL=OFF" vcpkg\ports\arrow\portfile.cmake sed -i "88i \ \ -DPARQUET_REQUIRE_ENCRYPTION=OFF" vcpkg\ports\arrow\portfile.cmake ``` here are the grep (findstr) results: --- **cwd** --- vcpkg\packages\arrow_x64-windows\share\arrow\ArrowOptions.cmake:set(PARQUET_REQUIRE_ENCRYPTION "OFF") vcpkg\ports\arrow\portfile.cmake: parquet PARQUET_REQUIRE_ENCRYPTION vcpkg\ports\arrow\portfile.cmake: -DPARQUET_REQUIRE_ENCRYPTION=OFF --- **installdir** --- x64-windows\ports\arrow\portfile.cmake: parquet PARQUET_REQUIRE_ENCRYPTION x64-windows\ports\arrow\portfile.cmake: -DPARQUET_REQUIRE_ENCRYPTION=OFF x64-windows\share\arrow\ArrowOptions.cmake:set(PARQUET_REQUIRE_ENCRYPTION "OFF") -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
