WillAyd commented on issue #38536:
URL: https://github.com/apache/arrow/issues/38536#issuecomment-2901077741

   In lieu of adding more pyarrow- variants to pypi, another option would be to 
leverage the work done for adding meson-python support. If that goes live, we 
could document how users can set applicable options when building from an sdist.
   
   For example, if a user wanted to build minified libraries without gandvia or 
substrait, they _could_ do something like:
   
   ```
   pip install --no-binary pyarrow \
       -Csetup-args=-Dbuildtype=minsize \
       -Csetup-args=-Dgandiva=disabled \
       -Csetup-args=-Dsubstrait=disabled
   ```
   
   There's of course a good deal more work to go with the implementation in 
https://github.com/apache/arrow/pull/45854, but it _may_ be a reasonable option 
to solve this


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