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 followi
from karellen.clang_build_ext import ClangBuildExt, ClangBuildClib
...
setup(
...
cmdclass={"build_ext": ClangBuildExt,
"build_clib": ClangBuildClib},)
)
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.1.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clang_build_ext-0.0.1.tar.gz.
File metadata
- Download URL: clang_build_ext-0.0.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee295fcdc86644243be3d83259ebf34d962eb7094347d06d8b2d17b1b2c571ad
|
|
| MD5 |
a6aee956f5380078db72380eaf6ab1c3
|
|
| BLAKE2b-256 |
228d706012a7119660d4c4bf6ce8ae7651ab75525c474df785b68c0a5fd002a8
|
File details
Details for the file clang_build_ext-0.0.1-py3-none-any.whl.
File metadata
- Download URL: clang_build_ext-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8425a39c62d297b5a0cb820d23937bbcb441161a2889a076e26e7913742fc726
|
|
| MD5 |
362cf9cd3f3e3c07068e21ef92733990
|
|
| BLAKE2b-256 |
48df58d3d0bce8bca7a447282cc65bb8e9bcc0b34f15a97ddfb212c1d42d9381
|