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

Python modules should not be EXPORTed as CMake targets #200

Open
StefanBruens opened this issue Dec 15, 2024 · 0 comments
Open

Python modules should not be EXPORTed as CMake targets #200

StefanBruens opened this issue Dec 15, 2024 · 0 comments

Comments

@StefanBruens
Copy link
Contributor

Python modules (ngpy, ngguipy) are loaded (dl'opened) using pythons own module mechanism (import), but not linked when building any applications or other software packages depending on netgen.

When the python modules are included in the EXPORT set, a file dependency is added to the netgen CMake config, making the netgen python modules a hard dependency, even when only using the netgen C/C++ interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant