{"id":20215306,"url":"https://github.com/kitwaremedical/vtkexternalmodule","last_synced_at":"2026-03-06T02:34:42.100Z","repository":{"id":38328790,"uuid":"381263985","full_name":"KitwareMedical/VTKExternalModule","owner":"KitwareMedical","description":"CMake buildsystem for externally building any built-in or remote VTK module outside of the VTK source tree.","archived":false,"fork":false,"pushed_at":"2024-08-02T07:43:56.000Z","size":33,"stargazers_count":5,"open_issues_count":1,"forks_count":5,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-10-11T12:42:47.826Z","etag":null,"topics":["cmake","vtk"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KitwareMedical.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-06-29T06:36:08.000Z","updated_at":"2023-01-26T12:28:27.000Z","dependencies_parsed_at":"2024-01-12T07:06:31.811Z","dependency_job_id":"5c6306ce-3d39-4569-8427-ec93331fae29","html_url":"https://github.com/KitwareMedical/VTKExternalModule","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KitwareMedical/VTKExternalModule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FVTKExternalModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FVTKExternalModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FVTKExternalModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FVTKExternalModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KitwareMedical","download_url":"https://codeload.github.com/KitwareMedical/VTKExternalModule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FVTKExternalModule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30159601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","vtk"],"created_at":"2024-11-14T06:21:15.003Z","updated_at":"2026-03-06T02:34:42.053Z","avatar_url":"https://github.com/KitwareMedical.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"VTKExternalModule\n=================\n\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n\nCMake buildsystem for externally building any built-in or remote VTK module outside of the VTK source tree.\n\nCMake options\n-------------\n\n_Selected options specific to this project. For a complete list of options, inspect the [CMakeLists.txt][CMakeLists] and check documentation specific to CMake and VTK._\n\n[CMakeLists]: CMakeLists.txt\n\n\n| Name | Description | Required |\n|------|-------------|----------|\n| `VTK_MODULE_SOURCE_DIR` | Path to directory containing a [vtk.module][vtk.module] file. | :heavy_check_mark: |\n| `VTK_MODULE_NAME` | Name of the module specified after `VTK::`. | :heavy_check_mark: |\n| `VTK_MODULE_CMAKE_MODULE_PATH` | Optional path to prepend to `CMAKE_MODULE_PATH`. | |\n| `VTK_KIT_FILEPATH` | Optional path to the [vtk.kit][vtk.kit] file associated with the module. | |\n| `\u003cPackageName\u003e_FIND_PACKAGE_VARS` | List of variables expected by `vtk_module_find_package(\u003cPackageName\u003e)`. Each variables will be configured into `vtk\u003cvtk_module_name\u003e-config.cmake`. | |\n| `VTK_BUILD_TESTING` | Build module testing directories. Default is `OFF` | |\n| `VTK_MODULE_SUPERBUILD` | Build dependency listed in `VTK_MODULE_EXTERNAL_PROJECT_DEPENDENCIES` first. Default is `OFF`. | |\n| `VTK_MODULE_EXTERNAL_PROJECT_DEPENDENCIES` | List of direct external project dependencies. | :heavy_check_mark: (*) |\n| `VTK_MODULE_EXTERNAL_PROJECT_CMAKE_CACHE_ARGS` | Additional list of options to associate with main project. | |\n| `VTK_MODULE_PYTHON_MODULE_DESTINATION` | Optional location for installing VTK modules. Ignored when `VTK_WHEEL_BUILD` is `ON` | |\n\n(*): Only if `VTK_MODULE_SUPERBUILD` is `ON`.\n\n[vtk.module]: https://vtk.org/doc/nightly/html/group__module.html#module-overview\n[vtk.kit]: https://vtk.org/doc/nightly/html/group__module.html#module-overview\n\nLicense\n-------\n\nIt is covered by the Apache License, Version 2.0:\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitwaremedical%2Fvtkexternalmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitwaremedical%2Fvtkexternalmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitwaremedical%2Fvtkexternalmodule/lists"}