WillAyd commented on issue #2244: URL: https://github.com/apache/orc/issues/2244#issuecomment-2935442304
I'll take a look. Just from an initial glance at the CMake configuration, I don't think it would be _too_ difficult. For starters, all of the dependencies you mentioned are already available in Meson's [WrapDB](https://mesonbuild.com/Wrapdb-projects.html), so including them won't be a problem (unless very specific versions are required that aren't available there) The part I have no familiarity with wrapping in Meson is the Java targets, but it looks like the CMake configuration just wraps those in custom_command targets, so that should be transferable over to Meson. There's also a few options in the CMake configuration that wouldn't make sense to try and build (ex: TEST_VALIGRIND_MEMCHECK option is a built-in feature; no need for library authors to do this). Things won't be completely apples to apples, but as long as that is not the goal I can take a stab at it -- 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: issues-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org