From 729b63c278d8494345b40663a19f80b3dbf5c06c Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Tue, 30 Apr 2019 10:32:54 -0700 Subject: [PATCH] BLD: use latest OpenBLAS * build the latest OpenBLAS develop branch commit; v0.3.6 can't be used because of an issue with glibc compatibility in older manylinux1 CentOS version * apparently, latest OpenBLAS contains fixes for Skylake-related issues reported downstream in NumPy --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1f1d7f7..92361e39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ env: global: # The archive that gets built has name from ``git describe`` on this # commit. - - BUILD_COMMIT=v0.3.5 + - BUILD_COMMIT=3f427c0cf9 - REPO_DIR=OpenBLAS - PLAT=x86_64 - WHEELHOUSE_UPLOADER_USERNAME=travis-worker diff --git a/appveyor.yml b/appveyor.yml index 8ee1e026..6626a9a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ os: Visual Studio 2015 environment: global: - OPENBLAS_COMMIT: v0.3.5 + OPENBLAS_COMMIT: 3f427c0cf9 OPENBLAS_ROOT: c:\opt MSYS2_ROOT: c:\msys64 WHEELHOUSE_UPLOADER_USERNAME: travis-worker