From cdf8d4ef40b47d26de4fe079242fba28bd0954a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Ilia=C5=A1?= Date: Fri, 18 Mar 2016 21:03:31 +0100 Subject: [PATCH] fix openblas package download because the old link for downloading expired, I provided new link for downloading --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9f19e3b..f0729ec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ build_script: - set path=%path%;C:\software\mingw64\bin # download and unpack the OpenBLAS library, integer*4 (or i32lp64) version -- ps: wget http://skylink.dl.sourceforge.net/project/openblas/v0.2.14/OpenBLAS-v0.2.14-Win64-int32.zip -OutFile OpenBLAS-v0.2.14-Win64-int32.zip +- ps: wget http://web-docs.gsi.de/~milias/openblas-package/OpenBLAS-v0.2.14-Win64-int32.zip -OutFile OpenBLAS-v0.2.14-Win64-int32.zip - 7z x OpenBLAS-v0.2.14-Win64-int32.zip > NUL # add both OpenBLAS dynamic (libopenblas.dll) and static (libopenblas.a) library files dir to path - set path=%path%;C:\software\OpenBLAS-v0.2.14-Win64-int32\bin;C:\software\OpenBLAS-v0.2.14-Win64-int32\lib;C:\software\OpenBLAS-v0.2.14-Win64-int32\include