Skip to content

Commit 74bc7be

Browse files
committed
BLD: use latest stable OpenBLAS
* build the latest stable release of OpenBLAS, v0.3.6; apparently contains fixes for Skylake-related issues reported downstream in NumPy * pin Travis default Python to version 2.7, for now, to preserve our build environment after they recently bumped the default to 3.6
1 parent d943cbc commit 74bc7be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- BUILD_COMMIT=v0.3.5
5+
- BUILD_COMMIT=v0.3.6
66
- REPO_DIR=OpenBLAS
77
- PLAT=x86_64
88
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
@@ -14,6 +14,7 @@ env:
1414
- MACOSX_DEPLOYMENT_TARGET=10.9
1515

1616
language: python
17+
python: 2.7
1718
sudo: required
1819
dist: trusty
1920
services: docker

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os: Visual Studio 2015
44

55
environment:
66
global:
7-
OPENBLAS_COMMIT: v0.3.5
7+
OPENBLAS_COMMIT: v0.3.6
88
OPENBLAS_ROOT: c:\opt
99
MSYS2_ROOT: c:\msys64
1010
WHEELHOUSE_UPLOADER_USERNAME: travis-worker

0 commit comments

Comments
 (0)