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

[pcre2/caffe2] Fix space issue #5827

Merged
merged 3 commits into from
Mar 28, 2019
Merged

[pcre2/caffe2] Fix space issue #5827

merged 3 commits into from
Mar 28, 2019

Conversation

LarryIII
Copy link
Contributor

These 2 ports failed with space path when installing in our testing.
[pcre2] There was a patch for the space issue previously, but put the patch to the wrong place in portfile.camke. It should be patched after extract source. Updates!
[caffe2]Failed with link error lNK1104 when linking lib files. Add "" to fix this issue.

@LarryIII LarryIII added the info:internal This PR or Issue was filed by the vcpkg team. label Mar 27, 2019
@@ -8,6 +8,9 @@ vcpkg_download_distfile(ARCHIVE

vcpkg_extract_source_archive(${ARCHIVE})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switch this to vcpkg_extract_source_archive_ex and use the PATCHES argument to combine it with the vcpkg_apply_patches function call.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rastaban Thanks for you suggestion. Fixed!

@Rastaban Rastaban self-assigned this Mar 27, 2019
@Rastaban Rastaban merged commit 78a8de6 into microsoft:master Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants