From d84bea5d5d697e91f456f13e71b32a82d5da5e60 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 3 Sep 2024 17:17:08 +0200 Subject: [PATCH] BUG: Use GNU tar instead of MacOS tar for checkpoint option --- scripts/macpython-download-cache-and-build-module-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/macpython-download-cache-and-build-module-wheels.sh b/scripts/macpython-download-cache-and-build-module-wheels.sh index f24fc0e..9e14bf1 100755 --- a/scripts/macpython-download-cache-and-build-module-wheels.sh +++ b/scripts/macpython-download-cache-and-build-module-wheels.sh @@ -54,7 +54,7 @@ if [[ ! -f ITKPythonBuilds-macosx${tarball_arch}.tar.zst ]]; then fi unzstd --long=31 ITKPythonBuilds-macosx${tarball_arch}.tar.zst -o ITKPythonBuilds-macosx${tarball_arch}.tar PATH="$(dirname $(brew list gnu-tar | grep gnubin)):$PATH" -tar xf ITKPythonBuilds-macosx${tarball_arch}.tar --checkpoint=10000 --checkpoint-action=dot +gtar xf ITKPythonBuilds-macosx${tarball_arch}.tar --checkpoint=10000 --checkpoint-action=dot rm ITKPythonBuilds-macosx${tarball_arch}.tar # Optional: Update build scripts