AlenkaF commented on PR #13311:
URL: https://github.com/apache/arrow/pull/13311#issuecomment-1180122806

   @kou Unfortunately I have yet another issue, the XSIMD dependancy (quoting 
@jorisvandenbossche):
   
   "If Arrow C++ is built with a certain xsimd source (eg bundled vs conda vs 
system), how can we get that information?
   The goal is to use the same source for building PyArrow C++ code, but is 
this actually possible? (eg if xsimd is bundled into libarrow, does it expose 
it enough so we can use that in pyarrow? (to use #include <xsimd/xsimd.hpp> in 
pyarrow)) Or if the bundled approach was used, will pyarrow have to bundle it 
itself again?"
   
   The current solution I am using is not only hackish but it also doesn't find 
the correct path if the source is not conda (though it works for me locally 
with bundled source):
   
   
https://github.com/apache/arrow/blob/9a0d9ec1d4882378b75deb23f77473349327c6b9/python/pyarrow/src_arrow/CMakeLists.txt#L263-L289
   


-- 
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]

Reply via email to