mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
manylinux: Deduplicate install-skbuild.sh and rename to install-python-packages.sh
This commit is contained in:
5
manylinux-common/install-python-packages.sh
Executable file
5
manylinux-common/install-python-packages.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for PIP in /opt/python/*/bin/pip; do
|
||||
$PIP install scikit-build==0.4.0
|
||||
done
|
Reference in New Issue
Block a user