[vtk] no absolute paths (#22330)

This commit is contained in:
autoantwort 2022-01-13 18:14:32 +01:00 committed by GitHub
parent b47d6ce6e3
commit a511f26aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View File

@ -296,6 +296,9 @@ file(REMOVE "${CURRENT_PACKAGES_DIR}/share/${PORT}/FindEXPAT.cmake")
file(RENAME "${CURRENT_PACKAGES_DIR}/share/licenses" "${CURRENT_PACKAGES_DIR}/share/${PORT}/licenses")
if(EXISTS "${CURRENT_PACKAGES_DIR}/include/vtk-9.0/vtkChemistryConfigure.h")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/vtk-9.0/vtkChemistryConfigure.h" "${SOURCE_PATH}" "not/existing")
endif()
# =============================================================================
# Usage
configure_file("${CMAKE_CURRENT_LIST_DIR}/usage" "${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" COPYONLY)

View File

@ -1,7 +1,7 @@
{
"name": "vtk",
"version-semver": "9.0.3-pv5.9.1",
"port-version": 5,
"port-version": 6,
"description": "Software system for 3D computer graphics, image processing, and visualization",
"homepage": "https://github.com/Kitware/VTK",
"dependencies": [

View File

@ -7210,7 +7210,7 @@
},
"vtk": {
"baseline": "9.0.3-pv5.9.1",
"port-version": 5
"port-version": 6
},
"vtk-dicom": {
"baseline": "0.8.12",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4a9a03829df133347e358e94e79953ac9d91ae82",
"version-semver": "9.0.3-pv5.9.1",
"port-version": 6
},
{
"git-tree": "bd6ac57e684fd8a2234509813248f64a6cb522d5",
"version-semver": "9.0.3-pv5.9.1",