-
Notifications
You must be signed in to change notification settings - Fork 96
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
Port for vcpkg #853
Comments
Thank you! Yes, availability in more packaging systems would be great, especially if it can be automated in our CI. We're currently working toward a v3.0 release where we are planning to significantly reduce our dependencies (e.g. removing Thrust), so it might be easier to package once that's ready. We would certainly appreciate the help since none of us are Windows users and don't have much familiarity with vcpkg. |
Just wanted to mention that vcpkg is multiplatform, not tied to Windows. It is available on Windows, Mac, Linux, QNX, etc. |
I think you might be mistaken, clipper2 and glm are mandatory dependencies (if |
quickhull is on the verge of being removed entirely - that might even land this week. clipper2 is optional as you can choose to build |
Don't think there is currently the choice with cmake to build Manifold without CrossSection?: Lines 15 to 21 in 75c340f
|
True, I don't think we've added that as an option in our CMake script itself yet - probably not a bad idea. Any interest? |
Hey guys, how is this going on? It seems you did huge progress’ do you think you are ready for vcpkg support? |
yes |
Hello,
I've opened an issue in the [VCPKG repo to get this nice library integrated in the packaging system that i use most often. It would be very convenient to have Manifold supported by vcpkg.
If any one feel like he can do it that would be super nice.
If noone here can do it soon, I will try to do it myself but that would be in a month or so.
PS : i'm also using manifold through the python binding, i may later open some issues we have met so far.
Regards !
The text was updated successfully, but these errors were encountered: