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 24 forks source link

refactor py extension code #17

Closed ali5h closed 4 years ago

ali5h commented 4 years ago

added a macro to build python extensions, with correct cflags coming from python-config


This change is Reviewable