@@ -45,25 +45,12 @@ jobs:
45
45
- ATLAS=None
46
46
47
47
# Wheel builders
48
- # TODO: de-dup env vars in between steps?
49
48
- python : " 3.8"
50
49
os : linux
51
50
arch : arm64
52
51
virt : vm
53
52
env :
54
53
- CIBW_BUILD : cp38-manylinux_aarch64
55
- - CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
56
- - CIBW_BUILD_VERBOSITY : 3
57
- - CIBW_BEFORE_BUILD : " 'bash {project}/tools/wheels/cibw_before_build.sh {project}'"
58
- - CIBW_BEFORE_TEST : " 'pip install -r {project}/test_requirements.txt'"
59
- - CIBW_TEST_COMMAND : " 'bash {project}/tools/wheels/cibw_test_command.sh {project}'"
60
- # Workaround Travis limitations
61
- # set each variable separately and use cibw pass env to pass through
62
- - CFLAGS : " '-std=c99 -fno-strict-aliasing'"
63
- - LDFLAGS : " '-Wl,--strip-debug'"
64
- - OPENBLAS64_ : /usr/local
65
- - RUNNER_OS : Linux
66
- - CIBW_ENVIRONMENT_PASS_LINUX : " 'CFLAGS LDFLAGS OPENBLAS64_ RUNNER_OS'"
67
54
install : python3 -m pip install cibuildwheel==2.3.1
68
55
script : |
69
56
cibuildwheel --output-dir wheelhouse
77
64
virt : vm
78
65
env :
79
66
- CIBW_BUILD : cp39-manylinux_aarch64
80
- - CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
81
- - CIBW_BUILD_VERBOSITY : 3
82
- - CIBW_BEFORE_BUILD : " 'bash {project}/tools/wheels/cibw_before_build.sh {project}'"
83
- - CIBW_BEFORE_TEST : " 'pip install -r {project}/test_requirements.txt'"
84
- - CIBW_TEST_COMMAND : " 'bash {project}/tools/wheels/cibw_test_command.sh {project}'"
85
- # Workaround Travis limitations
86
- # set each variable separately and use cibw pass env to pass through
87
- - CFLAGS : " '-std=c99 -fno-strict-aliasing'"
88
- - LDFLAGS : " '-Wl,--strip-debug'"
89
- - OPENBLAS64_ : /usr/local
90
- - RUNNER_OS : Linux
91
- - CIBW_ENVIRONMENT_PASS_LINUX : " 'CFLAGS LDFLAGS OPENBLAS64_ RUNNER_OS'"
92
67
install : python3 -m pip install cibuildwheel==2.3.1
93
68
script : |
94
69
cibuildwheel --output-dir wheelhouse
@@ -102,18 +77,6 @@ jobs:
102
77
virt : vm
103
78
env :
104
79
- CIBW_BUILD : cp310-manylinux_aarch64
105
- - CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
106
- - CIBW_BUILD_VERBOSITY : 3
107
- - CIBW_BEFORE_BUILD : " 'bash {project}/tools/wheels/cibw_before_build.sh {project}'"
108
- - CIBW_BEFORE_TEST : " 'pip install -r {project}/test_requirements.txt'"
109
- - CIBW_TEST_COMMAND : " 'bash {project}/tools/wheels/cibw_test_command.sh {project}'"
110
- # Workaround Travis limitations
111
- # set each variable separately and use cibw pass env to pass through
112
- - CFLAGS : " '-std=c99 -fno-strict-aliasing'"
113
- - LDFLAGS : " '-Wl,--strip-debug'"
114
- - OPENBLAS64_ : /usr/local
115
- - RUNNER_OS : Linux
116
- - CIBW_ENVIRONMENT_PASS_LINUX : " 'CFLAGS LDFLAGS OPENBLAS64_ RUNNER_OS'"
117
80
install : python3 -m pip install cibuildwheel==2.3.1
118
81
script : |
119
82
cibuildwheel --output-dir wheelhouse
0 commit comments