cyb70289 commented on PR #13244: URL: https://github.com/apache/arrow/pull/13244#issuecomment-1141634481
There are many xsimd related errors, @kou, will you comment perferred fixes? Thanks. - [conan-\*](https://github.com/ursacomputing/crossbow/runs/6651697809?check_suite_focus=true#step:5:486) Shall I configure `xsimd_SOURCE=BUNDLED` in [ci/conan/all/conanfile.py](https://github.com/apache/arrow/blob/master/ci/conan/all/conanfile.py#L342)? Looks no package is BUNDLED in that file. - [conda-linux-gcc-\*](https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=26657&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=1135) Should be fixed if add `xsimd_SOURCE=BUNDLED` to [ci/docker/conda-cpp.dockerfile](https://github.com/apache/arrow/blob/master/ci/docker/conda-cpp.dockerfile#L63). But in this PR, we installed `xsimd` in `ci/conda_env_cpp.txt`, looks system xsimd should be available? - [conda-osx-clang-py37-\*](https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=26671&view=logs&j=cf796865-97b7-5cd1-be8e-6e00ce4fd8cf&t=88ee2fb8-46fd-5c68-fde3-1c8d31ba2a5f&l=480) `conda-osx-clang-py3{8,9}` are okay. Not sure why `py37` failes. See [task definition](https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L323). - [conda-win-vs2017-\*](https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=26680&view=logs&j=4c86bc1b-1091-5192-4404-c74dfaad23e7&t=1e0e7149-0c33-565b-af41-050b54dd61be&l=549) Add `xsimd` to [vcpkg.json](https://github.com/apache/arrow/blob/master/ci/vcpkg/vcpkg.json#L29)? Looks latest xsimd version in vcpkg is [8.0.3](https://vcpkg.info/port/xsimd). - [wheel-macos-\*, wheel-manylinux\*, wheel-windows\*](https://github.com/ursacomputing/crossbow/runs/6651780809?check_suite_focus=true#step:9:274) Add `xsimd_SOURCE=BUNDLED` to ci/scripts/python_wheel_{macos,manylinux,windows}_build.sh? [macos](https://github.com/apache/arrow/blob/master/ci/scripts/python_wheel_macos_build.sh#L100), [manylinux](https://github.com/apache/arrow/blob/master/ci/scripts/python_wheel_manylinux_build.sh#L94), [windows](https://github.com/apache/arrow/blob/master/ci/scripts/python_wheel_windows_build.bat#L64) Or xsimd is supposed to be installed from vcpkg (if xsimd version is okay). -- 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]
