-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[libinterpolate] Add new port #44608
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
Victor Romero (vicroms)
merged 22 commits into
microsoft:master
from
Niproblema:libInterpolate
Mar 27, 2025
Merged
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
76e5ffa
Add libInterpolate to vpkcg
Niproblema 9b7ef27
libinterpolate fixed formatting
Niproblema 309884b
git commit -m "version database"
Niproblema 167f94f
Adjusted libinterpolate dependencies
Niproblema 1fc70ce
Updated libinterpolate db hash
Niproblema 5dd294e
Updated libinterpolate portfile hash
Niproblema a5e97cb
Updated libinterpolate db
Niproblema 7a1316c
libinterpolate added cmakelists patch
Niproblema 1ff724c
libinterpolate db update
Niproblema 28f376a
Added missing boost dependecies
Niproblema e99774e
libinterpolate db update
Niproblema 15a8049
libinterpolate specific boost modules
Niproblema fa97584
libinterpolate db update
Niproblema df84ba6
Moved eigen to non-host dependency
6c48c74
libinterpolate db bump
f8bb56e
libinterpolate code review fixes
dc7bfc5
libinterpolate db bump
989983b
Update ports/libinterpolate/usage
Niproblema 1245d53
libinterpolate minor usage file adjustment
154c5f0
libinterpolate db bump
4970c05
Add a blank line
JonLiu1993 35998b4
update version
JonLiu1993 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,25 @@ | ||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO CD3/libInterpolate | ||
| REF ${VERSION} | ||
| SHA512 6d53e1fb3af3067ddd13e491563e8da5af9756efba5a2def486f014c23969633ca73cf43dd2f93047716ebb6565f5e9911b6ab85abef2db3b9faefc26ab3aa59 | ||
| HEAD_REF master | ||
| ) | ||
|
|
||
| set(VCPKG_BUILD_TYPE release) # header-only port | ||
|
|
||
| vcpkg_cmake_configure( | ||
| SOURCE_PATH "${SOURCE_PATH}" | ||
| OPTIONS | ||
| -DBUILD_TESTS=OFF | ||
| -DlibInterpolate_VERSION=${VERSION} | ||
| ) | ||
|
|
||
| vcpkg_cmake_install() | ||
| vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/libInterpolate) | ||
| vcpkg_fixup_pkgconfig() | ||
|
|
||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib") | ||
|
|
||
| file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") | ||
| vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md") |
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,3 @@ | ||
| libinterpolate provides CMake targets: | ||
| find_package(libInterpolate CONFIG REQUIRED) | ||
| target_link_libraries(main PRIVATE libInterpolate::Interpolate) | ||
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,27 @@ | ||
| { | ||
| "name": "libinterpolate", | ||
| "version": "2.7.1", | ||
| "description": "Header-only C++ interpolation library.", | ||
| "homepage": "https://github.com/CD3/libInterpolate", | ||
| "license": "MIT", | ||
| "dependencies": [ | ||
| "boost-geometry", | ||
| "boost-headers", | ||
| "boost-lexical-cast", | ||
| "boost-mpl", | ||
| "boost-program-options", | ||
| "boost-range", | ||
| "boost-tokenizer", | ||
| "boost-type-erasure", | ||
| "boost-type-traits", | ||
| "eigen3", | ||
| { | ||
| "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": "cf9306e5cf50105c7640071002b599941eb58e20", | ||
| "version": "2.7.1", | ||
| "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.