Clang-based extension builder
Project description
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},)
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clang_build_ext-0.0.2.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for clang_build_ext-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9402510b8c563c002ca73355b68e12ebab5eede98e83561bbd1c3e1b31686c94 |
|
MD5 | d84ef183ae6f959754f10e67e27d88f6 |
|
BLAKE2b-256 | 7ed123c2540b4cb9f19cc33f89e6c57139a72eda4c05472b49acefc0563a294a |