Skip to content

Symlinking instead of copying tbb libs #161

Closed
@Enchufa2

Description

@Enchufa2

The new TBB_INC and TBB_LIB variables are great, but I noticed that RcppParallel copies tbb's .so files into the package directory. Is this really required? This is a problem for system packaging, because RPM generates a unique ID for each binary (see this), and thus copying a shared library makes these IDs collide, and the package cannot be installed. Would it be possible to symlink TBB_LIB instead?

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