Skip to content

Python modules should not be EXPORTed as CMake targets #200

@StefanBruens

Description

@StefanBruens

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions