Skip to content

Commit fbb25b5

Browse files
committed
Update after changes to MPI ABI support
1 parent 0faa533 commit fbb25b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd-wheel.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
package-dir: mpi4py.git
141141
output-dir: wheelhouse
142142
env:
143+
MPI4PY_BUILD_ABI: "1"
143144
MPI4PY_LOCAL_VERSION: "${{ matrix.mpi-abi }}"
144145
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
145146
CIBW_BUILD_FRONTEND: "build[uv]"
@@ -154,8 +155,8 @@ jobs:
154155
CIBW_TEST_COMMAND: >-
155156
bash {project}/.cibw/run-tests.sh
156157
CIBW_ENVIRONMENT_PASS_LINUX: >-
158+
MPI4PY_BUILD_ABI
157159
MPI4PY_LOCAL_VERSION
158-
SOURCE_DATE_EPOCH
159160
CIBW_ENVIRONMENT_LINUX: >-
160161
CFLAGS="-g0 -Os"
161162
CIBW_ENVIRONMENT_MACOS: >-

0 commit comments

Comments
 (0)