blink1073 commented on PR #13826:
URL: https://github.com/apache/arrow/pull/13826#issuecomment-1227356110

   We are vendoring the specific arrow binary files by path, copying them into 
our build directory.  We do this because we use them at runtime for the array 
builders.   
   
   We use the list given by `get_libraries()` to select which files to vendor 
specifically using `module.extra_link_args.append(path)` instead of ` 
module.libraries.append('arrow')`.  
   
   Our logic is 
[here](https://github.com/mongodb-labs/mongo-arrow/blob/d1bb5ebeffd61ec53a8acf4c4c8484ef078471a2/bindings/python/setup.py#L128).


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to