Skip to content

Commit

Permalink
Fix vtkpython modules on Windows. (#19066) (#19067)
Browse files Browse the repository at this point in the history
Update windows config-site with python 3.7.16, enable gdal.
Use sphinx-build.exe for building manuals on Windows, due to new python and sphinx.
  • Loading branch information
biagas authored Nov 15, 2023
1 parent ab66f1c commit 3d45cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
# Use 'manuals.vcxproj' for building manuals during an install on Windows
# with MSVC.
#
# Kathleen Biagas, Wed Nov 15, 2023
# Use sphinx-build.exe on Windows, due to newer python and sphinx.
#
#****************************************************************************

if(VISIT_PYTHON_DIR AND VISIT_ENABLE_MANUALS AND NOT VISIT_STATIC)
Expand Down
4 changes: 2 additions & 2 deletions src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ IF(VISIT_PYTHON_FILTERS)
COMMAND ${CMAKE_COMMAND} -E copy_directory
${VTK_PY_WRAPPERS_DIR}
${VISIT_LIBRARY_DIR}/site-packages
COMMENT "Copying ${VTK_PY_WRAPPERS_DIR}/vtkmodules to ${VISIT_LIBRARY_DIR}/site-packages/vtkmodules"
)
COMMENT "Copying ${VTK_PY_WRAPPERS_DIR}/vtkmodules to ${VISIT_LIBRARY_DIR}/site-packages/vtkmodules")
visit_add_to_util_builds(vtk_python_modules)
endif()
ENDIF(VISIT_PYTHON_FILTERS)

Expand Down

0 comments on commit 3d45cc3

Please sign in to comment.