This is an automated email from the ASF dual-hosted git repository.
hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 069a9462b6 [GLUTEN-7535][VL] CentOS 7 containerized build: Fix for
automake version error
069a9462b6 is described below
commit 069a9462b6b0b7ca23b64dd43adc46560ecd4d08
Author: Hongze Zhang <[email protected]>
AuthorDate: Wed Oct 16 15:46:24 2024 +0800
[GLUTEN-7535][VL] CentOS 7 containerized build: Fix for automake version
error
---
tools/gluten-te/centos/centos-7-deps.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tools/gluten-te/centos/centos-7-deps.sh
b/tools/gluten-te/centos/centos-7-deps.sh
index 3b23c03382..c87304580a 100755
--- a/tools/gluten-te/centos/centos-7-deps.sh
+++ b/tools/gluten-te/centos/centos-7-deps.sh
@@ -38,6 +38,10 @@ yum -y install \
# Link c++ to the one in devtoolset.
ln -s /opt/rh/devtoolset-9/root/usr/bin/c++ /usr/bin/c++
+semver() {
+ echo "$@" | awk -F. '{ printf("%d%05d%05d", $1,$2,$3); }'
+}
+
pip3 install --upgrade pip
# cmake >= 3.28.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]