From cdc5cc783b690a779f45b67295a59ea2578fc3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=AD=E5=A4=A7=E6=B7=98=E6=B2=99?= Date: Wed, 4 Mar 2026 19:49:22 +0800 Subject: [PATCH] modify configure --- configure | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure b/configure index f020833..25c7579 100755 --- a/configure +++ b/configure @@ -13,10 +13,15 @@ main() { automake autoconf cmake + perl + libtirpc-devel libtool glibc-devel numactl numactl-devel + gperftools-libs + python3-openpyxl + python3-numpy python3-pip" # shellcheck disable=SC2086 yum install --skip-broken -y $pkg_to_install -- Gitee