File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
INTERFACE64 : ' 1'
47
47
env :
48
48
REPO_DIR : OpenBLAS
49
- OPENBLAS_COMMIT : " 9d425a5f "
49
+ OPENBLAS_COMMIT : " v0.3.26 "
50
50
NIGHTLY : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
51
51
MACOSX_DEPLOYMENT_TARGET : 10.9
52
52
MB_PYTHON_VERSION : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 7
7
branches : [ main ]
8
8
9
9
env :
10
- OPENBLAS_COMMIT : " 9d425a5f "
10
+ OPENBLAS_COMMIT : " v0.3.26 "
11
11
OPENBLAS_ROOT : " c:\\ opt"
12
12
# Preserve working directory for calls into bash
13
13
# Without this, invoking bash will cd to the home directory
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="9d425a5f "
5
+ - OPENBLAS_COMMIT="v0.3.26 "
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>
Original file line number Diff line number Diff line change 18
18
19
19
fi
20
20
export REPO_DIR=OpenBLAS
21
- export OPENBLAS_COMMIT=" c2f4bdb "
21
+ export OPENBLAS_COMMIT=" v0.3.26 "
22
22
23
23
# export MB_ML_LIBC=musllinux
24
24
# export MB_ML_VER=_1_1
You can’t perform that action at this time.
0 commit comments