[lager] no absolute paths (#21302)

This commit is contained in:
autoantwort 2021-11-11 22:36:33 +01:00 committed by GitHub
parent f975585427
commit 31bc57ef9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -23,5 +23,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/Lager) vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/Lager)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/lager/resources_path.hpp" "${CURRENT_PACKAGES_DIR}" ".")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
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,6 +1,7 @@
{ {
"name": "lager", "name": "lager",
"version-date": "2021-06-17", "version-date": "2021-06-17",
"port-version": 1,
"description": "C++ library for value-oriented design using the unidirectional data-flow architecture", "description": "C++ library for value-oriented design using the unidirectional data-flow architecture",
"homepage": "https://sinusoid.es/lager/", "homepage": "https://sinusoid.es/lager/",
"dependencies": [ "dependencies": [

View File

@ -3218,7 +3218,7 @@
}, },
"lager": { "lager": {
"baseline": "2021-06-17", "baseline": "2021-06-17",
"port-version": 0 "port-version": 1
}, },
"lapack": { "lapack": {
"baseline": "3", "baseline": "3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c65b1f179b9d6fe4048cf44f3186de7a0332742f",
"version-date": "2021-06-17",
"port-version": 1
},
{ {
"git-tree": "cc45cef2ecee354f255b9026c8397ca850259ab3", "git-tree": "cc45cef2ecee354f255b9026c8397ca850259ab3",
"version-date": "2021-06-17", "version-date": "2021-06-17",