Skip to content

Drop ${CMAKE_DL_LIBS} linkage from static cuFile (GDS) build #933

@jakirkham

Description

@jakirkham

Currently we offer to build with cuFile (GDS) statically. However when we do that, we still link to ${CMAKE_DL_LIBS}, which supplies the behavior for dlopen to work. The dlopen logic only exists for the case where we dynamically to cuFile. Ideally we would drop this linkage in that case, this may require some code changes

Context - This came up in this thread: #905 (comment)

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