Skip to content

Commit

Permalink
Manylinux image doesn't have setuptools or wheel packages on Python >…
Browse files Browse the repository at this point in the history
…= 12.
  • Loading branch information
crisluengo committed Jan 28, 2025
1 parent a900d36 commit 93481a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $CMAKE .. -DDIP_PYDIP_WHEEL_INCLUDE_LIBS=On

# Build wheels
for v in ${PYTHON_VERSIONS[@]}; do
/opt/python/cp${v/./}-cp${v/./}/bin/python -m pip install setuptools wheel
$CMAKE .. -DPython_EXECUTABLE=/opt/python/cp${v/./}-cp${v/./}/bin/python
make -j $BUILD_THREADS bdist_wheel
auditwheel repair ${EXCLUDES[@]/#/--exclude } pydip/staging/dist/*.whl
Expand Down

0 comments on commit 93481a1

Please sign in to comment.