Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for py_library to link to a cc_library #1366

Closed
hermione521 opened this issue Jun 10, 2016 · 1 comment
Closed

support for py_library to link to a cc_library #1366

hermione521 opened this issue Jun 10, 2016 · 1 comment
Labels
P3 We're not considering working on this, but happy to review a PR. (No assignee) type: feature request
Milestone

Comments

@hermione521
Copy link
Contributor

Mentioned by Fred:

In bazel, it is not possible for a py_library to link to a cc_library.

The workaround is to create a dynamically linked .so file and load that in the py_library. (I'm not sure what happens in Windows.)

@hermione521 hermione521 added type: feature request P2 We'll consider working on this in future. (Assignee optional) category: native rules (Java / C++ / Python) labels Jun 10, 2016
@ulfjack ulfjack added P3 We're not considering working on this, but happy to review a PR. (No assignee) and removed P2 We'll consider working on this in future. (Assignee optional) labels Jun 15, 2016
@ulfjack ulfjack added this to the 1.0 milestone Jun 15, 2016
@ulfjack
Copy link
Contributor

ulfjack commented Jun 15, 2016

Duplicate of #701.

@ulfjack ulfjack closed this as completed Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 We're not considering working on this, but happy to review a PR. (No assignee) type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants