[omplapp] no absolute paths (#21855)

This commit is contained in:
autoantwort 2021-12-07 06:11:14 +01:00 committed by GitHub
parent 712722a064
commit 947b99222f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View File

@ -62,5 +62,13 @@ 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()
if(NOT VCPKG_TARGET_IS_WINDOWS)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/ompl.pc" "assimp::assimp" "assimp")
if(NOT VCPKG_BUILD_TYPE)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/ompl.pc" "assimp::assimp" "assimp")
endif()
vcpkg_fixup_pkgconfig()
endif()
# 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": 1, "port-version": 2,
"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/",
"dependencies": [ "dependencies": [

View File

@ -4870,7 +4870,7 @@
}, },
"omplapp": { "omplapp": {
"baseline": "1.5.1", "baseline": "1.5.1",
"port-version": 1 "port-version": 2
}, },
"onednn": { "onednn": {
"baseline": "2.4.3", "baseline": "2.4.3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "f048abe6cf0219fa09fd9024188c54a3b5c289c3",
"version": "1.5.1",
"port-version": 2
},
{ {
"git-tree": "8860b6976a0c226039034eb0b59146708d27a635", "git-tree": "8860b6976a0c226039034eb0b59146708d27a635",
"version": "1.5.1", "version": "1.5.1",