Commit 94351eb
committed
ENH: Add manylinux-build-wheels script
## Step 1: Download dockcross/manylinux-x64
```
docker pull dockcross/manylinux-x64
docker run dockcross/manylinux-x64 > ~/bin/dockcross-manylinux-x64
chmod u+x ~/bin/dockcross-manylinux-x64
```
## Step 2: Build wheels
```
git clone git://github.com/jcfr/SimpleITKPythonPackage.git
cd SimpleITKPythonPackage
dockcross-manylinux-x64 ./scripts/manylinux-build-wheels.sh
```1 parent d6ad7d6 commit 94351eb
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments