[Open3D] add new port, with its many dependencies#12199
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 |
|
|
NancyLi1013
left a comment
There was a problem hiding this comment.
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.