summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2019-08-21 13:57:27 -0600
committerTyler Reddy <tyler.je.reddy@gmail.com>2019-08-21 13:57:27 -0600
commit8fa9c0d75481ce2886b1a1f9547c5da8527c5f94 (patch)
tree4b29c641e49560d93ba0c34115774a3c815a1815 /azure-pipelines.yml
parente39f7fb83efb69c111fb7f83af6b424315152903 (diff)
downloadnumpy-8fa9c0d75481ce2886b1a1f9547c5da8527c5f94.tar.gz
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)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 313a5c153..802912673 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -8,7 +8,7 @@ trigger:
variables:
# OpenBLAS_version should be updated
# to match numpy-wheels repo
- OpenBLAS_version: 0.3.7.dev
+ OpenBLAS_version: 0.3.7
jobs:
- job: Linux_Python_36_32bit_full_with_asserts