-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[KWSys] add new port #19712
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
Merged
Merged
[KWSys] add new port #19712
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
eee6cd5
add kwsys port
q1000treadz 7febee6
./vcpkg x-add-version --all
q1000treadz 52e7c3b
unsupport uwp
q1000treadz 87ec077
./vcpkg x-add-version --all
q1000treadz 68d1d27
Fix versions for port
q1000treadz 48aa718
Update version database
q1000treadz 1e331ed
corrections
q1000treadz c285db0
corrections2
q1000treadz 7394aa9
corrections3
q1000treadz 6bb30e4
update hash
q1000treadz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| vcpkg_fail_port_install(ON_TARGET "UWP") | ||
|
|
||
| vcpkg_from_gitlab( | ||
| GITLAB_URL https://gitlab.kitware.com | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO utils/kwsys | ||
| REF dbc94f37f9821899aad441bcab525ad96a3f30dc #2021-08-06 | ||
| SHA512 98441866fd51f2d4d3974d3c37d4456ce9e50c6f6c2ab0691e55b268907611ef061562fc30b1baa42aa195caf2281aa0e1e0799abc545fe6dae70efe2050ea50 | ||
| HEAD_REF master | ||
| ) | ||
|
|
||
| vcpkg_cmake_configure( | ||
| SOURCE_PATH "${SOURCE_PATH}" | ||
| OPTIONS | ||
| -DKWSYS_INSTALL_INCLUDE_DIR=${CURRENT_PACKAGES_DIR}/include | ||
| OPTIONS_RELEASE | ||
| -DKWSYS_INSTALL_BIN_DIR=${CURRENT_PACKAGES_DIR}/bin | ||
| -DKWSYS_INSTALL_LIB_DIR=${CURRENT_PACKAGES_DIR}/lib | ||
| OPTIONS_DEBUG | ||
| -DKWSYS_INSTALL_BIN_DIR=${CURRENT_PACKAGES_DIR}/debug/bin | ||
| -DKWSYS_INSTALL_LIB_DIR=${CURRENT_PACKAGES_DIR}/debug/lib | ||
| ) | ||
|
|
||
| vcpkg_cmake_install() | ||
|
|
||
|
|
||
| # Handle copyright | ||
| file(INSTALL "${SOURCE_PATH}/Copyright.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "name": "kwsys", | ||
| "version-date": "2021-08-06", | ||
| "description": "Provides platform-independent APIs to many common system features", | ||
| "homepage": "https://gitlab.kitware.com/utils/kwsys", | ||
| "supports": "!uwp", | ||
| "dependencies": [ | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "host": true | ||
| }, | ||
| { | ||
| "name": "vcpkg-cmake-config", | ||
| "host": true | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "versions": [ | ||
| { | ||
| "git-tree": "376ae3a199ad4fdaad235b6e01b92ed217388550", | ||
| "version-date": "2021-08-06", | ||
| "port-version": 0 | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.