mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
manylinux-x64: Install skbuild
This commit is contained in:
parent
5d90a72dfc
commit
60374aa006
@ -9,6 +9,9 @@ RUN cd /opt && \\
|
||||
cd admin/runit-2.1.2 && \\
|
||||
./package/install
|
||||
|
||||
COPY manylinux-x64/install-skbuild.sh /usr/local/bin
|
||||
RUN /usr/local/bin/install-skbuild.sh
|
||||
|
||||
ENV CROSS_TRIPLE x86_64-linux-gnu
|
||||
ENV CROSS_ROOT /opt/rh/devtoolset-2/root/usr/bin
|
||||
ENV AS=${CROSS_ROOT}/as \\
|
||||
|
5
manylinux-x64/install-skbuild.sh
Executable file
5
manylinux-x64/install-skbuild.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for PIP in /opt/python/*/bin/pip; do
|
||||
$PIP install scikit-build==0.3.0
|
||||
done
|
Loading…
Reference in New Issue
Block a user