From 8fa9c0d75481ce2886b1a1f9547c5da8527c5f94 Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Wed, 21 Aug 2019 13:57:27 -0600 Subject: TST, MAINT: bump to OpenBLAS 0.3.7 stable * for those cases where our CI uses an OpenBLAS backend for testing it has now been updated to use v0.3.7 stable release instead of a commit hash on the development branch preceding that release * the pre-built OpenBLAS binaries are pulled in from either the MacPython ecosystem (most architectures) or from a custom build script for ARMv8 and ppc64le architectures used on gcc compile farm machines (documented in openblas_support module) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 16bea0e1d..714122957 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ cache: env: global: - - OpenBLAS_version=0.3.7.dev + - OpenBLAS_version=0.3.7 - WHEELHOUSE_UPLOADER_USERNAME=travis.numpy # The following is generated with the command: # travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY -- cgit v1.2.1