Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ade] fix single config triplets #17935

Merged
merged 2 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ports/ade/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: ade
Version: 0.1.1f
Description: ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution.
Port-Version: 1
Description: ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution.
7 changes: 1 addition & 6 deletions ports/ade/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ vcpkg_configure_cmake(

vcpkg_install_cmake()

file(COPY ${CURRENT_PACKAGES_DIR}/debug/share/ade/adeTargets-debug.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/ade/)

file(READ ${CURRENT_PACKAGES_DIR}/share/ade/adeTargets-debug.cmake ADE_TARGET_DEBUG)
string(REPLACE "/lib/"
"/debug/lib/" ADE_TARGET_DEBUG "${ADE_TARGET_DEBUG}")
file(WRITE ${CURRENT_PACKAGES_DIR}/share/ade/adeTargets-debug.cmake "${ADE_TARGET_DEBUG}")
vcpkg_fixup_cmake_targets()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/ade.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "91083eb87a39190e6c0296d72931a8d39edcc7cd",
"version-string": "0.1.1f",
"port-version": 1
},
{
"git-tree": "e767fb59fbab737caf770f1aec618a17b503c321",
"version-string": "0.1.1f",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"ade": {
"baseline": "0.1.1f",
"port-version": 0
"port-version": 1
},
"aixlog": {
"baseline": "1.4.0",
Expand Down