kou commented on issue #41480: URL: https://github.com/apache/arrow/issues/41480#issuecomment-2089148878
I think that we can remove the logic from `python/setup.py`. The logic was borrowed from dynd-python: https://github.com/apache/arrow/pull/17/files#diff-eb8b42d9346d0a5d371facf21a8bfa2d16fb49e213ae7c21f03863accebe0fcfR83-R84 The check was for moving built extensions to proper locations: https://github.com/libdynd/dynd-python/blob/741d9d16c437f778d8c0d7259d4634c9af43962b/setup.py#L250-L266 The moving logic was already moved to `python/CMakeLists.txt`: https://github.com/apache/arrow/pull/14925 I should have removed the logic in the PR. Sorry... -- 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]
