Skip to content

Copy libtensorflow* into shared library search path on *nix platforms #1

@mstallmo

Description

@mstallmo

When running the plugin as a part of a larger pipeline or application we will need to make libtensorflow available to the wider system. Currently it's located inside the target folder as a part of the build process but once the built plugin is moved to the wider system we lose the location to that library.

I'm thinking we should do this as a part of a build.rs script or maybe some sort of post-build process.

A follow up will be needed to distribute the library with the plugin down the road but we can deal with that when it's appropriate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions