ali5h / rules_pip

pip package rules for bazel that are fast (incremental fetch), support different python versions and work with all kinds of packages (i.e. packages with namespaces)
MIT License
60 stars 23 forks source link

Directly depend on C extensions via cc_import #79

Closed fahhem closed 3 months ago

fahhem commented 2 years ago

Adds cc_import() rules for .so and .dll files, so bazel moves them into the _so_lib/ folder with everything else

ali5h commented 3 months ago

@fahhem is this still a valid change. I have not kept up with bazel changes recently

fahhem commented 3 months ago

I don't see why not, but I no longer work at the company that needed this and I haven't kept up with bazel either. 😅 Sorry!