[foxi] create a new port#21786
Merged
BillyONeal merged 6 commits intomicrosoft:masterfrom Dec 3, 2021
luncliff:port/foxi
Merged
[foxi] create a new port#21786BillyONeal merged 6 commits intomicrosoft:masterfrom luncliff:port/foxi
BillyONeal merged 6 commits intomicrosoft:masterfrom
luncliff:port/foxi
Conversation
19 tasks
* LOAD_LIBRARY_SEARCH_DEFAULT_DIRS undefined
JonLiu1993
approved these changes
Dec 1, 2021
…at it need not be replicated upstream.
BillyONeal
approved these changes
Dec 2, 2021
Member
|
Thanks! |
luncliff
added a commit
to luncliff/vcpkg-registry
that referenced
this pull request
Dec 21, 2021
* use foxi from microsoft/vcpkg#21786 * brought patches from microsoft/vcpkg#17199
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does your PR fix?
Build & install
foxi_loadertarget for #17199 (comment)Referenced PyTorch's Bazel config for https://github.com/houseroad/foxi.
third_party/foxi.BUILD is like the following.
Which triplets are supported/not supported? Have you updated the CI baseline?
The source is quite simple. Targets the following 2 triplets, but
windowstriplets will be able to build this.x64-linuxx64-osxDoes your PR follow the maintainer guide?
I think this project is abnormal case. It contains multiple build targets, but they are not used.
#17199 (comment)
We can consider nesting the source files into the buildtree of #17199 and pick only what it needs.
But doing so requires 2 times of
vcpkg_from_github.But someday in the future, the https://github.com/houseroad/foxi might be updated, so I'd suggest creating this tiny port.