Skip to content
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

[New Port Request] manifold #38066

Closed
Nosenzor opened this issue Apr 9, 2024 · 6 comments
Closed

[New Port Request] manifold #38066

Nosenzor opened this issue Apr 9, 2024 · 6 comments
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving. info:new-port-unresolved This port has not been added to vcpkg; the issue was closed for inactivity. Stale

Comments

@Nosenzor
Copy link

Nosenzor commented Apr 9, 2024

Library name

Manifold

Library description

Manifold is a geometry library dedicated to creating and operating on manifold triangle meshes. A manifold mesh is a mesh that represents a solid object, and so is very important in manufacturing, CAD, structural analysis, etc. It contains a nice boolean on 3D meshes.

Source repository URL

https://github.com/elalish/manifold

Project homepage (if different from the source repository)

https://github.com/elalish/manifold/wiki/Manifold-Library

Anything else that is useful to know when adding (such as optional features the library may have that should be included)

It says how the library should be built

git clone --recurse-submodules https://github.com/elalish/manifold.git
cd manifold
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON .. && make
test/manifold_test

I suggest to turn off the test for vcpkg and to turn ON TBB
-DBUILD_TEST_CGAL=OFF -DMANIFOLD_TEST=OFF -DMANIFOLD_PAR=TBB

@Nosenzor Nosenzor added category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving. labels Apr 9, 2024
Copy link

github-actions bot commented Jun 9, 2024

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

@github-actions github-actions bot added the Stale label Jun 9, 2024
@Nosenzor
Copy link
Author

No one interested to pack this component?

@Nosenzor
Copy link
Author

I've sent a call to the library maintainers here : Port for vcpkg #853

Copy link

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

@github-actions github-actions bot added the Stale label Aug 26, 2024
@Nosenzor
Copy link
Author

There’s some progress done but maintainers need a bit more time.

@github-actions github-actions bot removed the Stale label Aug 27, 2024
Copy link

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

@github-actions github-actions bot added the Stale label Oct 26, 2024
@github-actions github-actions bot added the info:new-port-unresolved This port has not been added to vcpkg; the issue was closed for inactivity. label Nov 10, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving. info:new-port-unresolved This port has not been added to vcpkg; the issue was closed for inactivity. Stale
Projects
None yet
Development

No branches or pull requests

1 participant