Skip to content

Commit 679ff1a

Browse files
author
Francois Budin
committed
ENH: Windows download script patches IPP archive to change Python versions
* Disable Python 2.7 * Enable Python 3.7
1 parent 026ee88 commit 679ff1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/windows-download-cache-and-build-module-wheels.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.co
77
if (-not (Test-Path env:ITK_PACKAGE_VERSION)) { $env:ITK_PACKAGE_VERSION = 'v5.0a01' }
88
Invoke-WebRequest -Uri "https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/$env:ITK_PACKAGE_VERSION/ITKPythonBuilds-windows.zip" -OutFile "ITKPythonBuilds-windows.zip"
99
sz x ITKPythonBuilds-windows.zip -oC:\P -aoa -r
10+
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/InsightSoftwareConsortium/ITKPythonPackage/b2974be9f53a6e99edc4c317b3992362a36f24b2/scripts/internal/windows_build_common.py" -OutFile "C:\P\IPP\scripts\internal\windows_build_common.py"
1011
Invoke-WebRequest -Uri "https://data.kitware.com/api/v1/file/5c0ad59d8d777f2179dd3e9c/download" -OutFile "doxygen-1.8.11.windows.bin.zip"
1112
sz x doxygen-1.8.11.windows.bin.zip -oC:\P\doxygen -aoa -r
1213
Invoke-WebRequest -Uri "https://data.kitware.com/api/v1/file/5bbf87ba8d777f06b91f27d6/download/grep-win.zip" -OutFile "grep-win.zip"

0 commit comments

Comments
 (0)