clang-build-ext 0.0.2

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

clangbuildext 0.0.2

Clang Build Extension








The clang-build-ext extension builds Python extensions using a Clang compiler stack.
Either system LLVM/Clang or karellen-llvm-clang package can be used.
Beyond compiler the additional functionality is currently undocumented.
How to Use
Add the following to the setup.py script:
from setuptools import setup
from karellen.clang_build_ext import ClangBuildExt, ClangBuildClib

...

setup(
...,
cmdclass={"build_ext": ClangBuildExt,
"build_clib": ClangBuildClib},)
)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.