Skip to content

Commit 793b576

Browse files
committed
BUG: Add TBB path to tarball
1 parent ad3f8d0 commit 793b576

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/dockcross-manylinux-build-tarball.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if test -e /home/kitware/Support/zstd-build/programs/zstd; then
1313
fi
1414
tar -c --to-stdout \
1515
ITKPythonPackage/ITK-* \
16+
ITKPythonPackage/oneTBB* \
1617
ITKPythonPackage/scripts > ITKPythonBuilds-linux.tar
1718
$zstd_exe -f \
1819
./ITKPythonBuilds-linux.tar \

scripts/macpython-build-tarball.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ fi
1212
pushd /Users/svc-dashboard/D/P > /dev/null
1313
tar -cf ITKPythonBuilds-macosx${arch_postfix}.tar \
1414
ITKPythonPackage/ITK-* \
15+
ITKPythonPackage/oneTBB* \
1516
ITKPythonPackage/venvs \
1617
ITKPythonPackageRequiredExtractionDir.txt \
1718
ITKPythonPackage/scripts

0 commit comments

Comments
 (0)