Fix master nccl and ompi md5

This commit is contained in:
ZPaC 2021-11-17 10:06:28 +08:00
parent 2b585975c1
commit c8e4ec1c1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
if(ENABLE_GITEE) if(ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/nccl/repository/archive/v2.7.6-1.tar.gz") set(REQ_URL "https://gitee.com/mirrors/nccl/repository/archive/v2.7.6-1.tar.gz")
set(MD5 "220d232b30cb9bff2e54219399b9f6fb") set(MD5 "6884364c2b1cf229f0bdaf94efcb5782")
else() else()
set(REQ_URL "https://github.com/NVIDIA/nccl/archive/v2.7.6-1.tar.gz") set(REQ_URL "https://github.com/NVIDIA/nccl/archive/v2.7.6-1.tar.gz")
set(MD5 "073b19899f374c5ba07d2db02dc38f9f") set(MD5 "073b19899f374c5ba07d2db02dc38f9f")

View File

@ -1,6 +1,6 @@
if(ENABLE_GITEE) if(ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/ompi/repository/archive/v4.0.3.tar.gz") set(REQ_URL "https://gitee.com/mirrors/ompi/repository/archive/v4.0.3.tar.gz")
set(MD5 "77865fe49f85c6294416007c5633a448") set(MD5 "70f764c26ab6cd99487d58be0cd8c409")
else() else()
set(REQ_URL "https://github.com/open-mpi/ompi/archive/v4.0.3.tar.gz") set(REQ_URL "https://github.com/open-mpi/ompi/archive/v4.0.3.tar.gz")
set(MD5 "86cb724e8fe71741ad3be4e7927928a2") set(MD5 "86cb724e8fe71741ad3be4e7927928a2")