paleolimbot opened a new pull request, #508:
URL: https://github.com/apache/arrow-nanoarrow/pull/508

   Some of the work with the Meson build system has highlighted that the 
bundling is currently very inflexible because it's implemented in CMake. This 
was initially done because it made it easy to use `configure_file()` in CMake 
to keep the version information consistent, and because it allowed a 
straightforward path to testing the bundled files in the same way as the normal 
build.
   
   This has the unfortunate side effect of requiring CMake to build the R or 
Python packages as is generally confusing. Instead, we can do this with a 
Python script (and call that from CMake, R, and Python).


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