From 4a8843b6bb2eb22c0cbd2f70ee0ed9f8328427c9 Mon Sep 17 00:00:00 2001 From: Ttofuuu <49158715+Ttofuuu@users.noreply.github.com> Date: Wed, 8 Dec 2021 19:53:23 +0800 Subject: [PATCH] fix mpfr checking problem https://github.com/BrianGladman/mpir.git 's mpfr will lead to a merge problem and make IFCOS fail to build depends on Windows. Change the link to anothms will fix this problem. --- win/build-deps.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 7ec7fe385a..3974e3c8c2 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -401,7 +401,7 @@ IF EXIST "%DEPS_DIR%\swigwin\". robocopy "%DEPS_DIR%\swigwin" "%INSTALL_DIR%\swi :mpir set DEPENDENCY_NAME=mpir set DEPENDENCY_DIR=%DEPS_DIR%\mpir -call :GitCloneAndCheckoutRevision https://github.com/BrianGladman/mpir.git "%DEPENDENCY_DIR%" +call :GitCloneAndCheckoutRevision https://github.com/aothms/mpir.git "%DEPENDENCY_DIR%" IF NOT %ERRORLEVEL%==0 GOTO :Error cd "%DEPENDENCY_DIR%" git reset --hard @@ -423,7 +423,7 @@ IF NOT %ERRORLEVEL%==0 GOTO :Error :mpfr set DEPENDENCY_NAME=mpfr set DEPENDENCY_DIR=%DEPS_DIR%\mpfr -call :GitCloneAndCheckoutRevision https://github.com/BrianGladman/mpfr.git "%DEPENDENCY_DIR%" 2ebbe10fd029a480cf6e8a64c493afa9f3654251 +call :GitCloneAndCheckoutRevision https://github.com/aothms/mpfr.git "%DEPENDENCY_DIR%" 2ebbe10fd029a480cf6e8a64c493afa9f3654251 IF NOT %ERRORLEVEL%==0 GOTO :Error cd "%DEPENDENCY_DIR%" git reset --hard