File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments