File tree Expand file tree Collapse file tree 1 file changed +1
-56
lines changed Expand file tree Collapse file tree 1 file changed +1
-56
lines changed Original file line number Diff line number Diff line change 2
2
global :
3
3
# The archive that gets built has name from ``git describe`` on this
4
4
# commit.
5
- - OPENBLAS_COMMIT=v0.3.12
5
+ - OPENBLAS_COMMIT=v0.3.13
6
6
- REPO_DIR=OpenBLAS
7
7
# Following generated with:
8
8
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
@@ -23,32 +23,6 @@ services: docker
23
23
24
24
matrix :
25
25
include :
26
- - os : linux
27
- env :
28
- - PLAT=x86_64
29
- - os : linux
30
- env :
31
- - PLAT=i686
32
- - os : osx
33
- language : objective-c
34
- env :
35
- - MB_PYTHON_VERSION=3.7
36
- - PLAT=x86_64
37
- - os : osx
38
- language : objective-c
39
- env :
40
- - MB_PYTHON_VERSION=3.7
41
- - PLAT=i686
42
- - os : linux
43
- env :
44
- - PLAT=x86_64
45
- - INTERFACE64=1
46
- - os : osx
47
- language : objective-c
48
- env :
49
- - MB_PYTHON_VERSION=3.7
50
- - PLAT=x86_64
51
- - INTERFACE64=1
52
26
- os : linux
53
27
arch : arm64
54
28
env :
@@ -88,35 +62,6 @@ matrix:
88
62
- INTERFACE64=1
89
63
- MB_ML_VER=2014
90
64
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
91
- # linux manylinux2010
92
- - os : linux
93
- env :
94
- - PLAT=x86_64
95
- - MB_ML_VER=2010
96
- - os : linux
97
- env :
98
- - PLAT=i686
99
- - MB_ML_VER=2010
100
- - os : linux
101
- env :
102
- - PLAT=x86_64
103
- - INTERFACE64=1
104
- - MB_ML_VER=2010
105
-
106
- # linux manylinux2014
107
- - os : linux
108
- env :
109
- - PLAT=x86_64
110
- - MB_ML_VER=2014
111
- - os : linux
112
- env :
113
- - PLAT=i686
114
- - MB_ML_VER=2014
115
- - os : linux
116
- env :
117
- - PLAT=x86_64
118
- - INTERFACE64=1
119
- - MB_ML_VER=2014
120
65
121
66
before_install :
122
67
- source travis-ci/build_steps.sh
You can’t perform that action at this time.
0 commit comments