You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Install vcpkg.
2. Start .\vcpkg.exe install vtk[qt,python,opengl,gdal,geojson,cgns,seacas,sql,proj,netcdf]:x64-windows
3. Delete all installed and packages\vtk_x64-windows\* and buildtrees\vtk\*
4. Edit ports\vtk\portfile.cmake, and add a option: -DVTK_WHEEL_BUILD=ON
# We set all libraries to "system" and explicitly list the ones that should use embedded copies
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${FEATURE_OPTIONS}
...
-DCMAKE_FIND_PACKAGE_TARGETS_GLOBAL=ON # Due to Qt6::Platform not being found on Linux platform
-DVTK_WHEEL_BUILD=ON
5. Build finished
But no setup.py and not generated xxx.whl under installed\x64-windows\tools\python3\Lib or the root installed\x64-windows
Failure logs
It did not have setup.py installed\x64-windows\tools\python3\Lib and not generated xxx.whl under the root path installed\x64-windows.
Regards
Additional context
No response
The text was updated successfully, but these errors were encountered:
Operating system
windows11
Compiler
MSVC
Steps to reproduce the behavior
Failure logs
It did not have setup.py installed\x64-windows\tools\python3\Lib and not generated xxx.whl under the root path installed\x64-windows.
Regards
Additional context
No response
The text was updated successfully, but these errors were encountered: