Hi All, I have a couple of questions about the wheel packaging: - why do we build an arrow namespaced boost on linux and osx, could we link statically like with the windows wheels? - do we explicitly say somewhere in the linux wheels to link the 3rdparty dependencies statically or just implicitly, by removing (or not building) the shared libs for the 3rdparty dependencies? - couldn't we use the 3rdparty toolchain to build the smaller 3rdparty dependencies for the linux wheels instead of building them manually in the manylinux docker image - it'd easier to say <dependency>_SOURCE=BUNDLED
Regards, Krisztian