-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[Open3D] add new port, with its many dependencies #12199
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
Conversation
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Hopefully you can fix the conflicts and the PR will be one step closer to be accepted. It would be super useful to have open3d in vcpkg. |
Could you please resolve the conflicts and merge master branch? Since some changes have been merged to master. |
@NancyLi1013 I did an automatic merge. Maybe I will have to revisit the whole PR later to check if it's still ok |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Port-Version
should be updated for these port:
glew, libzip, qt5-location, robin-map
For gtest
, I noticed that you only removed its usge. Is this change related to this PR?
New conflicts need to resolve @cenit. |
Merged with master and bumped requested ports. |
from a quick check, I saw that IRRxml has been superseded with the whole irrlicht engine. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Maybe this PR can be closed now. @cenit |
Open3D is supported???? |
nope, work is continued in #17423 |
Fixes: #11950
Fixes: #6158
Fixes: #9172
Open3D has many dependencies, primarily it requires filament, which in turn has many sub-dependencies, in particular it requires a proper working assimp library. And so on... (assimp was distributing so many 3rd party libs within itself...)
notes from this PR (but both ports involved are already in master, I am not adding problems, just noting them here)
find_package(pybind11)
returns an error, being able to find only the Python interpreter but not the libs.