[omplapp] no absolute paths (#28789)

This commit is contained in:
autoantwort 2023-01-09 10:15:43 +01:00 committed by GitHub
parent db5c711f27
commit 94e7b38824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -77,5 +77,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif() endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")
# Handle copyright # Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,7 @@
{ {
"name": "omplapp", "name": "omplapp",
"version": "1.5.1", "version": "1.5.1",
"port-version": 4, "port-version": 5,
"description": "Use OMPL for reading meshes and performing collision checking", "description": "Use OMPL for reading meshes and performing collision checking",
"homepage": "https://ompl.kavrakilab.org/", "homepage": "https://ompl.kavrakilab.org/",
"license": null, "license": null,

View File

@ -5470,7 +5470,7 @@
}, },
"omplapp": { "omplapp": {
"baseline": "1.5.1", "baseline": "1.5.1",
"port-version": 4 "port-version": 5
}, },
"onednn": { "onednn": {
"baseline": "2.6.1", "baseline": "2.6.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "8c7e3d29552841ecf363e9f222c6bc554be4b91e",
"version": "1.5.1",
"port-version": 5
},
{ {
"git-tree": "f3fba6a92711a359d5418b5568c973b69ff7fdda", "git-tree": "f3fba6a92711a359d5418b5568c973b69ff7fdda",
"version": "1.5.1", "version": "1.5.1",