Skip to content

Commit e2bd830

Browse files
authored
Toolchain: Remove notice of downloading master branch (#7303)
1 parent 0f9d7d9 commit e2bd830

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

toolchain/scripts/stage4/install_cereal.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ case "$with_cereal" in
6262
echo "$filename is found"
6363
else
6464
# download from github.com and checksum
65-
echo "===> Notice: This version of CEREAL is downloaded in GitHub master repository <==="
6665
download_pkg_from_url "${cereal_sha256}" "${filename}" "${url}"
6766
fi
6867
if [ "${PACK_RUN}" = "__TRUE__" ]; then

toolchain/scripts/stage4/install_libcomm.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ case "$with_libcomm" in
6666
echo "$filename is found"
6767
else
6868
# download from github.com and checksum
69-
echo "===> Notice: This version of LibComm is downloaded in GitHub master repository <==="
7069
download_pkg_from_url "${libcomm_sha256}" "${filename}" "${url}"
7170
fi
7271
if [ "${PACK_RUN}" = "__TRUE__" ]; then

toolchain/scripts/stage4/install_libnpy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ case "$with_libnpy" in
5858
echo "$filename is found"
5959
else
6060
# download from github.com and checksum
61-
echo "===> Notice: This version of Libnpy is downloaded in GitHub Release <==="
6261
download_pkg_from_url "${libnpy_sha256}" "${filename}" "${url}"
6362
fi
6463
if [ "${PACK_RUN}" = "__TRUE__" ]; then

toolchain/scripts/stage4/install_libri.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ case "$with_libri" in
6565
echo "$filename is found"
6666
else
6767
# download from github.com and checksum
68-
echo "===> Notice: This version of LibRI is downloaded in GitHub Release <==="
6968
download_pkg_from_url "${libri_sha256}" "${filename}" "${url}"
7069
fi
7170
if [ "${PACK_RUN}" = "__TRUE__" ]; then

toolchain/scripts/stage4/install_nep.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ case "$with_nep" in
4040
if [ -f $filename ]; then
4141
echo "$filename is found"
4242
else
43-
echo "===> Notice: This version of NEP_CPU is downloaded from the GitHub master repository <==="
4443
download_pkg_from_url "${nep_sha256}" "${filename}" "${url}"
4544
fi
4645

toolchain/scripts/stage4/install_rapidjson.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ case "$with_rapidjson" in
6464
echo "$filename is found"
6565
else
6666
# download from github.com and checksum
67-
echo "===> Notice: This version of RapidJSON is downloaded in GitHub master repository <==="
6867
download_pkg_from_url "${rapidjson_sha256}" "${filename}" "${url}"
6968
fi
7069
if [ "${PACK_RUN}" = "__TRUE__" ]; then

0 commit comments

Comments
 (0)