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 2022/08/24 00:49:28 UTC

[GitHub] [arrow] amoeba opened a new pull request, #13956: MINOR: [CI] [C++] Pin xsimd version to 8.1.0 in CPP conda env file

amoeba opened a new pull request, #13956:
URL: https://github.com/apache/arrow/pull/13956

   This fixes local and CI builds that use conda now that xsimd 9.0.0 has been published to [conda-forge](https://anaconda.org/conda-forge/xsimd). `cpp/cmake_modules/ThirdpartyToolchain.cmake` has a strict dependency on xsimd 8.1.0 and this should fix builds until upgrading to xsimd 9.0.0 can be evaluated.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] raulcd commented on pull request #13956: MINOR: [CI] [C++] Pin xsimd version to 8.1.0 in CPP conda env file

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13956:
URL: https://github.com/apache/arrow/pull/13956#issuecomment-1225509714

   There were a couple of nightly build failures too:
   [test-conda-cpp-valgrind](https://github.com/ursacomputing/crossbow/runs/7986044083) and [example-python-minimal-build-fedora-conda](https://github.com/ursacomputing/crossbow/runs/7985548145?check_suite_focus=true)


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] kou closed pull request #13956: MINOR: [CI] [C++] Pin xsimd version to 8.1.0 in CPP conda env file

Posted by GitBox <gi...@apache.org>.
kou closed pull request #13956: MINOR: [CI] [C++] Pin xsimd version to 8.1.0 in CPP conda env file
URL: https://github.com/apache/arrow/pull/13956


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] kou commented on pull request #13956: MINOR: [CI] [C++] Pin xsimd version to 8.1.0 in CPP conda env file

Posted by GitBox <gi...@apache.org>.
kou commented on PR #13956:
URL: https://github.com/apache/arrow/pull/13956#issuecomment-1225041768

   FYI: I"m working on xsimd 8.1.0 and 9.0.0 support in https://github.com/apache/arrow/pull/13903


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] amoeba commented on pull request #13956: MINOR: [CI] [C++] Pin xsimd version to 8.1.0 in CPP conda env file

Posted by GitBox <gi...@apache.org>.
amoeba commented on PR #13956:
URL: https://github.com/apache/arrow/pull/13956#issuecomment-1225302836

   So far just [AppVeyor](https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/44559497/job/t03lpacec2449n91) (thanks @westonpace for noticing) but it looks like the C++ workflow should fail unless caching is keeping it from pulling the updated version from conda-forge or it's building xsmid from source instead. All that said, https://github.com/apache/arrow/pull/13958 looks preferable over this PR so feel free to close.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] kou commented on pull request #13956: MINOR: [CI] [C++] Pin xsimd version to 8.1.0 in CPP conda env file

Posted by GitBox <gi...@apache.org>.
kou commented on PR #13956:
URL: https://github.com/apache/arrow/pull/13956#issuecomment-1225653468

   Thanks!
   I've started these jobs in #13958.
   
   I close this in favor of #13958.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] kou commented on pull request #13956: MINOR: [CI] [C++] Pin xsimd version to 8.1.0 in CPP conda env file

Posted by GitBox <gi...@apache.org>.
kou commented on PR #13956:
URL: https://github.com/apache/arrow/pull/13956#issuecomment-1225176548

   I've extracted it to #13958.
   BTW, what CI jobs were failed?


-- 
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: github-unsubscribe@arrow.apache.org

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