jorisvandenbossche commented on issue #41429:
URL: https://github.com/apache/arrow/issues/41429#issuecomment-2124772850

   Looking a bit further into it, `pip` was actually defaulting to an 
"out-of-source" build in the past, and only switched to in-tree builds by 
default the last two years 
(https://pip.pypa.io/en/stable/topics/local-project-installs/#build-artifacts). 
But so indeed, now it does an in-tree build and doesn't allow to specify a 
build directory, that's the responsibility of the build backend (setuptools) 
AFAIU. And for reading some issues related to this (eg 
https://github.com/pypa/build/issues/446, 
https://github.com/pypa/setuptools/issues/1816), it seems this is not easily 
configurable.
   
   So in short, if we want to have the same out-of-source build as we had with 
older pip, it seems that you indeed need to do that manually yourself


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