This is an automated email from the ASF dual-hosted git repository.

zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 405e2b67e1 [VL] Install Flex under /usr in CentOS 7 vcpkg images 
(#12627)
405e2b67e1 is described below

commit 405e2b67e1ec1254dad786bb3c92323e70b6037e
Author: Chang Chen <[email protected]>
AuthorDate: Tue Jul 28 22:31:33 2026 +0800

    [VL] Install Flex under /usr in CentOS 7 vcpkg images (#12627)
    
    Keep the required Flex 2.6.4 build while placing its executable and headers 
outside the /usr/local prefix isolated by vcpkg builds.
    
    Co-authored-by: Copilot <[email protected]>
    Copilot-Session: 81cd27bb-c736-4cf5-b65f-2aeb9f954996
---
 dev/vcpkg/setup-build-depends.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/vcpkg/setup-build-depends.sh b/dev/vcpkg/setup-build-depends.sh
index be164957c1..99816ee61f 100755
--- a/dev/vcpkg/setup-build-depends.sh
+++ b/dev/vcpkg/setup-build-depends.sh
@@ -113,7 +113,7 @@ install_centos_7() {
         wget -q --max-redirect 3 -O - "${FLEX_URL}" | tar -xz -C /tmp/flex 
--strip-components=1
         cd /tmp/flex
         ./autogen.sh
-        ./configure
+        ./configure --prefix=/usr
         make install
         cd
         rm -rf /tmp/flex


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to