Skip to content

Commit 061442f

Browse files
committed
Use bundled xsimd
Because vcpkg's xsimd is old.
1 parent 4eeb03b commit 061442f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/jni_manylinux_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ cmake \
117117
-DPARQUET_REQUIRE_ENCRYPTION=OFF \
118118
-DVCPKG_MANIFEST_MODE=OFF \
119119
-DVCPKG_TARGET_TRIPLET="${VCPKG_TARGET_TRIPLET}" \
120+
-Dxsimd_SOURCE=BUNDLED \
120121
-GNinja
121122
cmake --build "${build_dir}/cpp"
122123
cmake --install "${build_dir}/cpp"

0 commit comments

Comments
 (0)