Skip to content

Commit 5853438

Browse files
committed
Merge branch 'release'
2 parents b5afb78 + 8bf1880 commit 5853438

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ if(ITKPythonPackage_SUPERBUILD)
8989

9090
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9191

92-
# ITK nightly-master 2022-07-05
93-
set(ITK_GIT_TAG "835dc01388")
92+
# ITK nightly-master 2022-07-25
93+
set(ITK_GIT_TAG "835dc0138")
9494

9595
#-----------------------------------------------------------------------------
9696
# A separate project is used to download ITK, so that it can reused

scripts/dockcross-manylinux-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
MANYLINUX_VERSION=_2_28
21-
IMAGE_TAG=20220705-b1eb184
21+
IMAGE_TAG=20220715-9ce3707
2222

2323
# Generate dockcross scripts
2424
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64

scripts/dockcross-manylinux-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# scripts/dockcross-manylinux-build-wheels.sh cp39
99

1010
MANYLINUX_VERSION=_2_28
11-
IMAGE_TAG=20220705-b1eb184
11+
IMAGE_TAG=20220715-9ce3707
1212

1313
# Generate dockcross scripts
1414
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64

scripts/windows_build_module_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def fixup_wheel(py_envs, filepath, lib_paths:str='', exclude_libs:str=''):
113113

114114
py_env = py_envs[0]
115115

116-
delve_wheel = os.path.join(ROOT_DIR, "venv-" + py_env, "Scripts", "delvewheel.exe")
116+
delve_wheel = os.path.join("C:/P/IPP", "venv-" + py_env, "Scripts", "delvewheel.exe")
117117
check_call([delve_wheel, "repair", "--no-mangle-all", "--add-path",
118118
lib_paths, "--no-dll", exclude_libs, "--ignore-in-wheel", "-w",
119119
os.path.join(ROOT_DIR, "dist"), filepath])

0 commit comments

Comments
 (0)