weiting-chen commented on code in PR #7131:
URL: https://github.com/apache/incubator-gluten/pull/7131#discussion_r1752008760


##########
dev/builddeps-veloxbe.sh:
##########
@@ -173,6 +173,8 @@ if [ "$ENABLE_VCPKG" = "ON" ]; then
     # vcpkg will install static depends and init build environment
     envs="$("$GLUTEN_DIR/dev/vcpkg/init.sh")"
     eval "$envs"
+else
+    echo "Dynamic linked libs based building is deprecated, please enabled 
VCPKG based building."

Review Comment:
   In fact, most of our customers have already use static link in their 
production ready environment.
   One of the major reason is our 3rd party package script is no longer to be 
updated.
   Only a few customers are still using dynamic link since they maintain their 
own 3rd party libraries instead to use the script in Gluten.



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

Reply via email to