Skip to content

Need to install all the depended third_party libraries in "make install" phase  #4056

Closed
@Xreki

Description

@Xreki

As discussed in #3524 and #3503, when users want to link the static c-api library, they need to link those third party libraries, such glog, gflags, zlib, protobuf and openblas, into their application at the same time. However,

  • Users may do not know the position of these libraries which are under build/third_party.
  • The build directory may be deleted after make install.

Thus, when Paddle is configured with WITH_C_API=ON, all the automatically downloaded, built and compiled third party libraries should be installed.

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