File tree 4 files changed +13
-63
lines changed
4 files changed +13
-63
lines changed Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
REPO_DIR : OpenBLAS
14
- OPENBLAS_COMMIT : " v0.3.28 "
14
+ OPENBLAS_COMMIT : " v0.3.29 "
15
15
MACOSX_DEPLOYMENT_TARGET : 10.9
16
16
17
17
jobs :
35
35
- os : macos-13
36
36
PLAT : arm64
37
37
INTERFACE64 : ' 0'
38
- - os : ubuntu-latest
39
- PLAT : x86_64
40
- INTERFACE64 : ' 1'
41
- MB_ML_LIBC : musllinux
42
- MB_ML_VER : _1_1
43
- - os : ubuntu-latest
44
- PLAT : x86_64
45
- INTERFACE64 : ' 0'
46
- MB_ML_LIBC : musllinux
47
- MB_ML_VER : _1_1
48
38
- os : ubuntu-latest
49
39
PLAT : x86_64
50
40
INTERFACE64 : ' 1'
56
46
MB_ML_LIBC : musllinux
57
47
MB_ML_VER : _1_2
58
48
59
-
60
49
- os : ubuntu-24.04-arm
61
50
PLAT : aarch64
62
51
INTERFACE64 : ' 0'
65
54
PLAT : aarch64
66
55
INTERFACE64 : ' 1'
67
56
MB_ML_VER : ' 2014'
68
- - os : ubuntu-24.04-arm
69
- PLAT : aarch64
70
- INTERFACE64 : ' 0'
71
- MB_ML_LIBC : musllinux
72
- MB_ML_VER : _1_1
73
- - os : ubuntu-24.04-arm
74
- PLAT : aarch64
75
- INTERFACE64 : ' 1'
76
- MB_ML_LIBC : musllinux
77
- MB_ML_VER : _1_1
78
57
- os : ubuntu-24.04-arm
79
58
PLAT : aarch64
80
59
INTERFACE64 : ' 0'
@@ -194,7 +173,6 @@ jobs:
194
173
env :
195
174
ANACONDA_SCIENTIFIC_PYTHON_UPLOAD : ${{ secrets.ANACONDA_SCIENTIFIC_PYTHON_UPLOAD }}
196
175
run : |
197
- # Pin urllib3<2 due to github.com/Anaconda-Platform/anaconda-client/issues/654
198
- conda install -y anaconda-client 'urllib3<2.0.0'
176
+ conda install -y anaconda-client
199
177
source tools/upload_to_anaconda_staging.sh
200
178
upload_wheels
Original file line number Diff line number Diff line change 8
8
workflow_dispatch : null
9
9
10
10
env :
11
- OPENBLAS_COMMIT : " v0.3.28 "
11
+ OPENBLAS_COMMIT : " v0.3.29 "
12
12
OPENBLAS_ROOT : " c:\\ opt"
13
13
# Preserve working directory for calls into bash
14
14
# Without this, invoking bash will cd to the home directory
@@ -161,9 +161,12 @@ jobs:
161
161
python -m scipy_openblas32
162
162
python -c "import scipy_openblas32; print(scipy_openblas32.get_pkg_config())"
163
163
164
- - uses : conda-incubator/setup-miniconda@v3.0 .1
164
+ - uses : conda-incubator/setup-miniconda@v3.1 .1
165
165
with :
166
+ channels : conda-forge
167
+ channel-priority : true
166
168
activate-environment : upload
169
+ miniforge-version : latest
167
170
168
171
- name : Upload
169
172
# see https://github.com/marketplace/actions/setup-miniconda for why
@@ -172,7 +175,6 @@ jobs:
172
175
env :
173
176
ANACONDA_SCIENTIFIC_PYTHON_UPLOAD : ${{ secrets.ANACONDA_SCIENTIFIC_PYTHON_UPLOAD }}
174
177
run : |
175
- # Pin urllib3<2 due to github.com/Anaconda-Platform/anaconda-client/issues/654
176
- conda install -y anaconda-client 'urllib3<2.0.0'
178
+ conda install -y anaconda-client
177
179
source tools/upload_to_anaconda_staging.sh
178
180
upload_wheels
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.28 "
5
+ - OPENBLAS_COMMIT : " v0.3.29 "
6
6
- REPO_DIR=OpenBLAS
7
7
8
8
sudo : required
@@ -11,36 +11,6 @@ services: docker
11
11
12
12
matrix :
13
13
include :
14
- - os : linux
15
- arch : arm64
16
- env :
17
- - PLAT=aarch64
18
- - MB_ML_VER=_1_1
19
- - INTERFACE64=0
20
- - MB_ML_LIBC=musllinux
21
- - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
22
- - os : linux
23
- arch : arm64
24
- env :
25
- - PLAT=aarch64
26
- - INTERFACE64=1
27
- - MB_ML_VER=_1_1
28
- - MB_ML_LIBC=musllinux
29
- - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
30
- - os : linux
31
- arch : arm64
32
- env :
33
- - PLAT=aarch64
34
- - MB_ML_VER=2014
35
- - INTERFACE64=0
36
- - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
37
- - os : linux
38
- arch : arm64
39
- env :
40
- - PLAT=aarch64
41
- - INTERFACE64=1
42
- - MB_ML_VER=2014
43
- - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
44
14
- os : linux
45
15
arch : s390x
46
16
env :
@@ -93,7 +63,7 @@ script:
93
63
after_success :
94
64
- set +ex
95
65
- sudo chmod -R a+w /home/travis/.cache
96
- - pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.8 .0
66
+ - pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.13 .0
97
67
# Upload libraries to the shared staging area on anaconda.org
98
68
- sudo chmod -R a+w dist
99
69
- source tools/upload_to_anaconda_staging.sh
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
8
8
9
9
[project ]
10
10
name = " scipy-openblas64"
11
- # v0.3.28
12
- version = " 0.3.28 .0.2 "
11
+ # v0.3.29
12
+ version = " 0.3.29 .0.0 "
13
13
requires-python = " >=3.7"
14
14
description = " Provides OpenBLAS for python packaging"
15
15
readme = " README.md"
@@ -26,7 +26,7 @@ license = {file = "LICENSE.txt"}
26
26
27
27
[project .urls ]
28
28
homepage = " https://github.com/MacPython/openblas-libs"
29
- upstream = " https://github.com/xianyi /OpenBLAS"
29
+ upstream = " https://github.com/OpenMathLib /OpenBLAS"
30
30
31
31
[tool .setuptools .packages .find ]
32
32
# scanning for namespace packages is true by default in pyproject.toml, so
You can’t perform that action at this time.
0 commit comments