Use ODM's windows-deps repo for windows deps

pull/1904/head
Nathan 2025-09-08 13:08:35 -07:00
rodzic a84e483a4b
commit 0da1ed37a7
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ parser.add_argument('--build-vcpkg',
help='Build VCPKG environment from scratch instead of downloading prebuilt one.')
parser.add_argument('--vcpkg-archive-url',
type=str,
default='https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-22a/vcpkg-export.zip',
default='https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/vcpkg-export.zip',
required=False,
help='Path to VCPKG export archive')
parser.add_argument('--code-sign-cert-path',
@ -158,7 +158,7 @@ def dist():
# Download portable python
if not os.path.isdir("python312"):
pythonzip_path = os.path.join("SuperBuild", "download", "python312.zip")
python_url = "https://github.com/NathanMOlson/windows-deps/releases/download/Python3.12.10/python-3.12.10-embed-amd64-less-pth.zip"
python_url = "https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/python-3.12.10-embed-amd64-less-pth.zip"
if not os.path.exists(pythonzip_path):
print("Downloading %s" % python_url)
with urllib.request.urlopen(python_url) as response, open( pythonzip_path, 'wb') as out_file:

Wyświetl plik

@ -5,7 +5,7 @@ edt==3.0.0
ExifRead==3.5.1
Fiona==1.10.1 ; sys_platform == 'linux'
Fiona==1.10.1 ; sys_platform == 'darwin'
https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-21a/fiona-1.10.1-cp312-cp312-win_amd64.whl ; sys_platform == 'win32'
https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/fiona-1.10.1-cp312-cp312-win_amd64.whl ; sys_platform == 'win32'
joblib==1.5.1
matplotlib==3.10.3
numpy==2.3.2
@ -18,8 +18,8 @@ pytz==2025.2
PyYAML==6.0.2
rasterio==1.4.3 ; sys_platform == 'linux'
rasterio==1.4.3 ; sys_platform == 'darwin'
https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-21a/rasterio-1.4.3-cp312-cp312-win_amd64.whl ; sys_platform == 'win32'
https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-21a/gdal-3.11.1-cp312-cp312-win_amd64.whl ; sys_platform == 'win32'
https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/rasterio-1.4.3-cp312-cp312-win_amd64.whl ; sys_platform == 'win32'
https://github.com/OpenDroneMap/windows-deps/releases/download/2.6.0/gdal-3.11.1-cp312-cp312-win_amd64.whl ; sys_platform == 'win32'
repoze.lru==0.7
scikit-learn==1.7.1
scikit-image==0.25.2