kou commented on issue #36894:
URL: https://github.com/apache/arrow/issues/36894#issuecomment-1656361331

    > The question is that, when we build from source arrow, it doesn't give an 
error and works with pyarrow, but when we use conan for arow then it gives an 
error.
    
   I think that Apache Arrow C++ bundled in pyarrow was used for the case.
   
   If you want to use the approach (I don't recommend), the following 
`target_link_libraries` will work:  
   
   ```cmake
   target_link_libraries(${wrap_lib} PRIVATE pthread ${CONAN_LIBS_FMT} 
arrow_python arrow ${client_lib} ${client_dependencies})
   ```
   
   > there is no way to tell which ones libs should be bundled
   
   You should not use bundled version with Conan. You should use libraries in 
Conan instead.


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