-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
parmmg: add new versions up to 1.5 and new variants #47387
base: develop
Are you sure you want to change the base?
parmmg: add new versions up to 1.5 and new variants #47387
Conversation
variant vtk: make vtk optional variant shared: build shared libs added patch to fix parmmg cmake so that it can be used by other software with find_package
The patch has been submitted to upstream MmgTools/ParMmg#137 |
Is the patch working on each declared version of
|
There is a missing variant in
|
this is implemented in #47386 |
@corentin-dev I implemented the fixes. However it depends on PR #47386 to support +private_headers so that parmmg can compile. |
variant vtk: make vtk optional
variant shared: build shared libs
added patch to fix parmmg cmake so that it can be used by other software with find_package
the PR depends on PR #47386