-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[libosmium ] added new port #11863
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
[libosmium ] added new port #11863
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
dc359b0
added libosmium port
am2222 cb129ca
minor fixes
am2222 aac3e3e
Merge branch 'master' of https://github.com/microsoft/vcpkg into libo…
am2222 3bed173
minor fixes
am2222 a70e5fe
Update CONTROL
LilyWangL 2151055
Update portfile.cmake
LilyWangL 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,5 @@ | ||
| Source: libosmium | ||
| Version: 2.15.5 | ||
| Homepage: https://osmcode.org/libosmium/ | ||
| Description: A fast and flexible C++ library for working with OpenStreetMap data | ||
| Build-Depends: utfcpp, expat, zlib, proj4, bzip2, protozero |
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,30 @@ | ||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO osmcode/libosmium | ||
| REF v2.15.5 | ||
| SHA512 a4972901db8ed89302e6ba15fd104543b5e36a41bc83daf8f6f6fb29ce73b0dbd8596de801d099a33df413b26eec1b3a6f4f0d669936ecc6d25f88d783468a59 | ||
| ) | ||
| # [PATCHES <patch1.patch> <patch2.patch>...] | ||
|
|
||
|
|
||
| # # Check if one or more features are a part of a package installation. | ||
| # # See /docs/maintainers/vcpkg_check_features.md for more details | ||
| # vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS | ||
| # FEATURES # <- Keyword FEATURES is required because INVERTED_FEATURES are being used | ||
| # tbb WITH_TBB | ||
| # INVERTED_FEATURES | ||
| # tbb ROCKSDB_IGNORE_PACKAGE_TBB | ||
| # ) | ||
|
|
||
| vcpkg_configure_cmake( | ||
| SOURCE_PATH ${SOURCE_PATH} | ||
| PREFER_NINJA # Disable this option if project cannot be built with Ninja | ||
| OPTIONS -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF | ||
| ) | ||
|
|
||
| vcpkg_install_cmake() | ||
|
|
||
| # Handle copyright | ||
| file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/libosmium RENAME copyright) | ||
|
am2222 marked this conversation as resolved.
Outdated
|
||
|
|
||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") | ||
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.