Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit cd53070

Browse files
committed
Try openblas 0.3.1
1 parent 9639c87 commit cd53070

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ environment:
1212
global:
1313
MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
1414
MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
15-
OPENBLAS_32: "https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.0-win32-gcc_7_1_0.zip"
16-
OPENBLAS_64: "https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.0-win_amd64-gcc_7_1_0.zip"
17-
OPENBLAS_32_SHA256: 4d8ebb7deb23e9aa39837087a8e41ac4cc0c0e44fa60861e1568e974bdbd7be6
18-
OPENBLAS_64_SHA256: e1bea2d94fe1c54c3cd1da62440a7975826427bc2dd55e67d064059632ddf323
15+
OPENBLAS_32: "https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.1-win32-gcc_7_1_0.zip"
16+
OPENBLAS_64: "https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.1-win_amd64-gcc_7_1_0.zip"
17+
OPENBLAS_32_SHA256: b9c4b667e27ceb964f0980dbeedbe86f5bcec12732a71b61946f3739a937749f
18+
OPENBLAS_64_SHA256: 26dcfb68e803b54a97114bcc3eaa795f145f670dbc3b65a8504862daa8fa6d4a
1919
CYTHON_BUILD_DEP: Cython
2020
TEST_MODE: fast
2121
APPVEYOR_SAVE_CACHE_ON_ERROR: true
@@ -24,7 +24,7 @@ environment:
2424
WHEELHOUSE_UPLOADER_SECRET:
2525
secure:
2626
9s0gdDGnNnTt7hvyNpn0/ZzOMGPdwPp2SewFTfGzYk7uI+rdAN9rFq2D1gAP4NQh
27-
BUILD_COMMIT: v1.14.2
27+
BUILD_COMMIT: master
2828
DAILY_COMMIT: master
2929

3030
matrix:

env_vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Environment variables for build
2-
OPENBLAS_VERSION="v0.3.0"
2+
OPENBLAS_VERSION="v0.3.1"
33
MACOSX_DEPLOYMENT_TARGET=10.6

0 commit comments

Comments
 (0)