From ab9adcda361ef725959b260d579dee64a2b4c62d Mon Sep 17 00:00:00 2001 From: Rogerluo Date: Wed, 3 Nov 2021 11:56:25 -0400 Subject: [PATCH 1/2] add a line of clarification for mainland China users just add an explicit instruction regarding to the internet issue for users from mainland China, this should close #93 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 31dab9f..d55438f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ MKL.jl is a Julia package that allows users to use the Intel MKL library for Jul On Julia 1.6 and earlier, adding this package will rebuild Julia's system image with MKL support built in. +**for users in mainland China**: if you find you have trouble downloading/installing/precompiling this package on 1.6 or earlier, it may because the internet policy blocks github raw content. We strongly suggest you to upgrade your Julia to 1.7 or later versions to fix this problem. (see also [#93](https://github.com/JuliaLinearAlgebra/MKL.jl/issues/93)) + +**中国大陆用户**: 如果您发现无法在1.6及更早的版本的Julia中安装这个包,有可能是因为一部分编译脚本被墙了,我们强烈建议您升级到Julia 1.7或者之后的版本以修复这个问题。(参见 [#93](https://github.com/JuliaLinearAlgebra/MKL.jl/issues/93)) + ## To Install: On Julia 1.7 and later, adding the package will replace the system BLAS and LAPACK with MKL provided ones at runtime. Note that the MKL package has to be loaded in every new Julia process. Upon quitting and restarting, Julia will start with the default OpenBLAS. From c5df6f11b898ee9ab9750e75fe3fb13ca052528d Mon Sep 17 00:00:00 2001 From: Rogerluo Date: Fri, 5 Nov 2021 12:38:13 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d55438f..accae78 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ MKL.jl is a Julia package that allows users to use the Intel MKL library for Jul On Julia 1.6 and earlier, adding this package will rebuild Julia's system image with MKL support built in. -**for users in mainland China**: if you find you have trouble downloading/installing/precompiling this package on 1.6 or earlier, it may because the internet policy blocks github raw content. We strongly suggest you to upgrade your Julia to 1.7 or later versions to fix this problem. (see also [#93](https://github.com/JuliaLinearAlgebra/MKL.jl/issues/93)) +**for users cannot access github raw content**: if you find you have trouble downloading/installing/precompiling this package on 1.6 or earlier, it may because the internet policy blocks github raw content. We strongly suggest you to upgrade your Julia to 1.7 or later versions to fix this problem. (see also [#93](https://github.com/JuliaLinearAlgebra/MKL.jl/issues/93)) -**中国大陆用户**: 如果您发现无法在1.6及更早的版本的Julia中安装这个包,有可能是因为一部分编译脚本被墙了,我们强烈建议您升级到Julia 1.7或者之后的版本以修复这个问题。(参见 [#93](https://github.com/JuliaLinearAlgebra/MKL.jl/issues/93)) +**无法下载GitHub文件的用户**: 如果您发现无法在1.6及更早的版本的Julia中安装这个包,有可能是因为一部分编译脚本被墙了,我们强烈建议您升级到Julia 1.7或者之后的版本以修复这个问题。(参见 [#93](https://github.com/JuliaLinearAlgebra/MKL.jl/issues/93)) ## To Install: