This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ environment:
12
12
global :
13
13
MINGW_32 : C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
14
14
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
19
19
CYTHON_BUILD_DEP : Cython
20
20
TEST_MODE : fast
21
21
APPVEYOR_SAVE_CACHE_ON_ERROR : true
@@ -24,7 +24,7 @@ environment:
24
24
WHEELHOUSE_UPLOADER_SECRET :
25
25
secure :
26
26
9s0gdDGnNnTt7hvyNpn0/ZzOMGPdwPp2SewFTfGzYk7uI+rdAN9rFq2D1gAP4NQh
27
- BUILD_COMMIT : v1.14.2
27
+ BUILD_COMMIT : master
28
28
DAILY_COMMIT : master
29
29
30
30
matrix :
Original file line number Diff line number Diff line change 1
1
# Environment variables for build
2
- OPENBLAS_VERSION=" v0.3.0 "
2
+ OPENBLAS_VERSION=" v0.3.1 "
3
3
MACOSX_DEPLOYMENT_TARGET=10.6
You can’t perform that action at this time.
0 commit comments