From 3751dc4b32d099729c7f24c7ac548dc96934447d Mon Sep 17 00:00:00 2001 From: James Misaka Date: Fri, 16 Aug 2024 09:12:18 +0800 Subject: [PATCH] Toolchain : libcomm version update (#4966) * libcomm version update * libri notices * Update README.md --- toolchain/README.md | 4 ++-- toolchain/scripts/stage4/install_libcomm.sh | 6 +++--- toolchain/scripts/stage4/install_libri.sh | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/toolchain/README.md b/toolchain/README.md index adf6c30051..715fb36dfe 100644 --- a/toolchain/README.md +++ b/toolchain/README.md @@ -113,8 +113,8 @@ And Intel-oneAPI need user or server manager to manually install from Intel. Dependencies below are optional, which is NOT installed by default: - `LibTorch` 2.1.2 - `Libnpy` 1.0.1 -- `LibRI` 0.1.1 -- `LibComm` 0.1.0 +- `LibRI` 0.2.0 +- `LibComm` 0.1.1 Users can install them by using `--with-*=install` in toolchain*.sh, which is `no` in default. > Notice: LibRI, LibComm and Libnpy is on actively development, you should check-out the package version when using this toolchain. Also, LibRI and LibComm can be installed by github submodule, which is also work for libnpy, which is more recommended. diff --git a/toolchain/scripts/stage4/install_libcomm.sh b/toolchain/scripts/stage4/install_libcomm.sh index 6e1a30e973..7930e4eb85 100755 --- a/toolchain/scripts/stage4/install_libcomm.sh +++ b/toolchain/scripts/stage4/install_libcomm.sh @@ -6,13 +6,13 @@ # Only problem is the installation from github.com # LibComm is under highly-active development, the git submodule installation is more recommended -# Last Update in 2023-1124 +# Last Update in 2024-0815 [ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0 SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)" -libcomm_ver="0.1.0" -libcomm_sha256="48899b9877bcddf3cc03e4e7323e38cfd802d756b7bafba58f151f81a3fa6ed4" +libcomm_ver="0.1.1" +libcomm_sha256="3764c934c895bfd9d8fd766d46e6e3d03230f8076e3edbcc31e10ff8f30075a4" source "${SCRIPT_DIR}"/common_vars.sh source "${SCRIPT_DIR}"/tool_kit.sh source "${SCRIPT_DIR}"/signal_trap.sh diff --git a/toolchain/scripts/stage4/install_libri.sh b/toolchain/scripts/stage4/install_libri.sh index 5436a2535b..0db51813c4 100755 --- a/toolchain/scripts/stage4/install_libri.sh +++ b/toolchain/scripts/stage4/install_libri.sh @@ -6,11 +6,11 @@ # Only problem is the installation from github.com # LibRI is under highly-active development, the git submodule installation is more recommended -# Last Update in 2023-1124 +# Last Update in 2024-0815 [ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0 SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)" - +# libri 0.2.0 need to be used in newer ABACUS libri_ver="0.2.0" libri_sha256="ad79dfbc3ed8ff066c85549a2737d29205dbf755b38ea216ab2ab42754f80389" source "${SCRIPT_DIR}"/common_vars.sh