isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.42k stars 2.3k forks source link

Add vcpkg support #767

Open saedrna opened 5 years ago

saedrna commented 5 years ago

vcpkg is a msvc package manage made by Microsoft, and already support all the deps of Open3D.

I have made a working port (in my own vcpkg repo, see here), but because my own repo have many other changes for my own use, I can not make a pull request.

So, if it's possible for the open3d owner to port this? What's better, you can also add more options and remove the ugly patch, this is the recommend way for vcpkg.

Han

syncle commented 5 years ago

Thanks @saedrna! @yxlao @takanokage: Could you guys comment on this?

germanros1987 commented 4 years ago

@yxlao what is your take on this?

ssheorey commented 4 years ago

There doesn't seem to be a way to install a specific version of a dependency with vcpkg. Only the latest version is always used for all packages. Would this be a problem @yxlao ? https://github.com/microsoft/vcpkg/issues/2823

fran6co commented 3 years ago

Implemented here with some features disabled -> https://github.com/microsoft/vcpkg/pull/17423

Gabriellgpc commented 4 weeks ago

Is there any update on that? It would be great to install Open3D using vcpkgt.