Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion toolchain/scripts/stage4/install_cereal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ case "$with_cereal" in
echo "$filename is found"
else
# download from github.com and checksum
echo "===> Notice: This version of CEREAL is downloaded in GitHub master repository <==="
download_pkg_from_url "${cereal_sha256}" "${filename}" "${url}"
fi
if [ "${PACK_RUN}" = "__TRUE__" ]; then
Expand Down
1 change: 0 additions & 1 deletion toolchain/scripts/stage4/install_libcomm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ case "$with_libcomm" in
echo "$filename is found"
else
# download from github.com and checksum
echo "===> Notice: This version of LibComm is downloaded in GitHub master repository <==="
download_pkg_from_url "${libcomm_sha256}" "${filename}" "${url}"
fi
if [ "${PACK_RUN}" = "__TRUE__" ]; then
Expand Down
1 change: 0 additions & 1 deletion toolchain/scripts/stage4/install_libnpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ case "$with_libnpy" in
echo "$filename is found"
else
# download from github.com and checksum
echo "===> Notice: This version of Libnpy is downloaded in GitHub Release <==="
download_pkg_from_url "${libnpy_sha256}" "${filename}" "${url}"
Comment thread
Growl1234 marked this conversation as resolved.
fi
if [ "${PACK_RUN}" = "__TRUE__" ]; then
Expand Down
1 change: 0 additions & 1 deletion toolchain/scripts/stage4/install_libri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ case "$with_libri" in
echo "$filename is found"
else
# download from github.com and checksum
echo "===> Notice: This version of LibRI is downloaded in GitHub Release <==="
download_pkg_from_url "${libri_sha256}" "${filename}" "${url}"
Comment thread
Growl1234 marked this conversation as resolved.
fi
if [ "${PACK_RUN}" = "__TRUE__" ]; then
Expand Down
1 change: 0 additions & 1 deletion toolchain/scripts/stage4/install_nep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ case "$with_nep" in
if [ -f $filename ]; then
echo "$filename is found"
else
echo "===> Notice: This version of NEP_CPU is downloaded from the GitHub master repository <==="
download_pkg_from_url "${nep_sha256}" "${filename}" "${url}"
fi

Expand Down
1 change: 0 additions & 1 deletion toolchain/scripts/stage4/install_rapidjson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ case "$with_rapidjson" in
echo "$filename is found"
else
# download from github.com and checksum
echo "===> Notice: This version of RapidJSON is downloaded in GitHub master repository <==="
download_pkg_from_url "${rapidjson_sha256}" "${filename}" "${url}"
fi
if [ "${PACK_RUN}" = "__TRUE__" ]; then
Expand Down
Loading