z-anderson opened a new issue, #7645:
URL: https://github.com/apache/incubator-gluten/issues/7645
### Problem description
I'm building velox with static linking `./dev/builddeps-veloxbe.sh
--enable_vcpkg=ON --spark_version=3.5` . It produces 2 .so files, libgluten.so
and libvelox.so in `cpp/build/releases`. The libvelox.so is missing links for
folly, protobuf, and arrow (from `nm -u`). It seems like we'll need a
third-party lib jar with these libraries, in addition to a jar with
gluten/velox. How do you recommend bundling the binaries so we can use them in
another project, please? Thank you!
### System information
Velox System Info v0.0.2
Commit: 88912821cef4795c667669c3b7f6f0dc3eebd098
CMake Version: 3.16.3
System: Linux-5.15.0-1070-aws
Arch: x86_64
CPU Name: Model name: Intel(R) Xeon(R) Platinum
8375C CPU @ 2.90GHz
C++ Compiler: /usr/bin/c++
C++ Compiler Version: 9.4.0
C Compiler: /usr/bin/cc
C Compiler Version: 9.4.0
CMake Prefix Path: /usr/local;/usr;/;/usr;/usr/local;/usr/X11R6;/usr/pkg;/opt
\nThe results will be copied to your clipboard if xclip is installed.
### CMake log
_No response_
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]