From 5209c3795405e25626cf48f4c5de074f166a13c2 Mon Sep 17 00:00:00 2001 From: xu yong xiang <58105458+xyx1926885268@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:06:39 +0800 Subject: [PATCH] Update common.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加nju和pku的pip源 --- src/recipe/lang/Python/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/recipe/lang/Python/common.h b/src/recipe/lang/Python/common.h index 06f6df5..5be0bc0 100644 --- a/src/recipe/lang/Python/common.h +++ b/src/recipe/lang/Python/common.h @@ -27,6 +27,8 @@ static Source_t pl_python_sources[] = {&Sjtug_Zhiyuan, "https://mirror.sjtu.edu.cn/pypi/web/simple"}, {&Tuna, "https://pypi.tuna.tsinghua.edu.cn/simple"}, {&Ali, "https://mirrors.aliyun.com/pypi/simple/"}, + {&Nju, "https://mirror.nju.edu.cn/pypi/web/simple"}, + {&Pku, "https://mirrors.pku.edu.cn/pypi/web/simple"}, {&Tencent, "https://mirrors.cloud.tencent.com/pypi/simple"}, // {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/pypi/simple"}, {&Huawei, "https://mirrors.huaweicloud.com/repository/pypi/simple"},