File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,12 @@ jobs:
131
131
name : openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
132
132
path : libs/openblas*.tar.gz
133
133
134
- - uses : conda-incubator/setup-miniconda@v3.0.1
134
+ - uses : conda-incubator/setup-miniconda@v3.0.4
135
135
with :
136
+ channels : conda-forge
137
+ channel-priority : true
136
138
activate-environment : upload
139
+ miniforge-version : latest
137
140
138
141
- name : Upload
139
142
# see https://github.com/marketplace/actions/setup-miniconda for why
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function build_lib {
55
55
# OSX or manylinux build
56
56
#
57
57
# Input arg
58
- # plat - one of i686, x86_64
58
+ # plat - one of i686, x86_64, arm64
59
59
# interface64 - 1 if build with INTERFACE64 and SYMBOLSUFFIX
60
60
# nightly - 1 if building for nightlies
61
61
#
@@ -103,7 +103,7 @@ function patch_source {
103
103
function do_build_lib {
104
104
# Build openblas lib
105
105
# Input arg
106
- # plat - one of i686, x86_64
106
+ # plat - one of i686, x86_64, arm64
107
107
# suffix (optional) - suffix for output archive name
108
108
# Suffix added with hyphen prefix
109
109
# interface64 (optional) - whether to build ILP64 openblas
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if [ "${INTERFACE64}" != "1" ]; then
70
70
fi
71
71
72
72
rm -rf dist/*
73
- $PYTHON -m pip wheel -w dist -vv .
73
+ $PYTHON -m pip wheel -w dist -v .
74
74
75
75
if [ $( uname) == " Darwin" ]; then
76
76
$PYTHON -m pip install delocate
You can’t perform that action at this time.
0 commit comments