This website requires JavaScript.
Explore
Help
Register
Sign In
Bensuperpc
/
dockcross
Watch
1
Star
0
Fork
0
You've already forked dockcross
mirror of
https://github.com/bensuperpc/dockcross.git
synced
2024-11-13 22:51:31 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d7ac739c2e
dockcross
/
manylinux-x86
/
install-skbuild.sh
6 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
manylinux-x86: Initial addition
2016-09-25 05:14:33 +02:00
#!/bin/bash
for
PIP in /opt/python/*/bin/pip
;
do
manylinux-x{64,86}: Bump scikit-build to 0.4.0
2016-10-31 23:40:36 +01:00
$PIP
install scikit-build
=
=
0.4.0
manylinux-x86: Initial addition
2016-09-25 05:14:33 +02:00
done
Reference in New Issue
Copy Permalink