We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 103f655 + d84bea5 commit 601dccfCopy full SHA for 601dccf
1 file changed
scripts/macpython-download-cache-and-build-module-wheels.sh
@@ -54,7 +54,7 @@ if [[ ! -f ITKPythonBuilds-macosx${tarball_arch}.tar.zst ]]; then
54
fi
55
unzstd --long=31 ITKPythonBuilds-macosx${tarball_arch}.tar.zst -o ITKPythonBuilds-macosx${tarball_arch}.tar
56
PATH="$(dirname $(brew list gnu-tar | grep gnubin)):$PATH"
57
-tar xf ITKPythonBuilds-macosx${tarball_arch}.tar --checkpoint=10000 --checkpoint-action=dot
+gtar xf ITKPythonBuilds-macosx${tarball_arch}.tar --checkpoint=10000 --checkpoint-action=dot
58
rm ITKPythonBuilds-macosx${tarball_arch}.tar
59
60
# Optional: Update build scripts
0 commit comments