File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # This module should be pull and run from an ITKModule root directory to generate the Linux python wheels of this module,
4+ # it is used by the circle.yml file contained in ITKModuleTemplate: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate
5+
6+ wget -L https://data.kitware.com/api/v1/file/592dd8068d777f16d01e1a92/download -O zstd-1.2.0-linux.tar.gz
7+ gunzip -d zstd-1.2.0-linux.tar.gz
8+ tar xf zstd-1.2.0-linux.tar
9+
10+ curl -L https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/latest/ITKPythonBuilds-linux.tar.zst -O ITKPythonBuilds-linux.tar.zst
11+ ./zstd-1.2.0-linux/bin/unzstd ITKPythonBuilds-linux.tar.zst -o ITKPythonBuilds-linux.tar
12+ tar xf ITKPythonBuilds-linux.tar
13+
14+ ./ITKPythonPackage/scripts/dockcross-manylinux-build-module-wheels.sh
You can’t perform that action at this time.
0 commit comments