-
-
Notifications
You must be signed in to change notification settings - Fork 829
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
Create VCPKG port #767
Comments
@ChaoJia @JackBoosY Would you be interested in helping us on that? Currently the build of all the dependencies works fine on windows. We also need to create the port files for https://github.com/alicevision/popsift, https://github.com/alicevision/CCTag and https://github.com/laurentkneip/opengv. |
PopSift PR: microsoft/vcpkg#10979 |
Alembic PR: microsoft/vcpkg#10912 Regarding alembic there is a build error, due to |
We very much look forward to you can propose more PRs to add more ports in vcpkg! |
CCTag PR: microsoft/vcpkg#16719 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Will continue to add this to vcpkg. |
One question, I found the temporary code here: AliceVision/src/CMakeLists.txt Lines 301 to 308 in 6348b0f
Why disable dynamic boost here? I disabled the code block and built successfully. |
Another question: AliceVision/src/CMakeLists.txt Line 77 in 6348b0f
However, the configure system checks whether meshsdfilter folder is exists: AliceVision/src/CMakeLists.txt Lines 181 to 185 in 6348b0f
I think the code block should requires |
Yes, you are right, that piece of code should be surrounded by an |
@simogasp Can you explain why the first question happens? |
Sorry, I have no idea, does disabling auto-linking via |
Can anyone review my PR microsoft/vcpkg#38034? |
Ping for response. |
Someone started a PR in this direction:
microsoft/vcpkg#8829
It would be good to finalize it, without hacking/patching the CMakeList.txt but doing the fixes needed directly in the repo.
The text was updated successfully, but these errors were encountered: