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
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.3.dev20231023085223.tar.gz.
File metadata
- Download URL: clang_build_ext-0.0.3.dev20231023085223.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0d5c61f3461b906ff1bcd606aafa79ce39e24f6041bca0421f34998eadeb97b
|
|
| MD5 |
7fe573d4f011f4df5981124c64ad128c
|
|
| BLAKE2b-256 |
0210fc865b3caeade425223b57a08ba4e7de7b8bb6ca19dfb97e3972133db8f8
|
File details
Details for the file clang_build_ext-0.0.3.dev20231023085223-py3-none-any.whl.
File metadata
- Download URL: clang_build_ext-0.0.3.dev20231023085223-py3-none-any.whl
- Upload date:
- Size: 6.9 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 |
22417bd6577de386b922681b13a93c9997850ebd053f1f5704df48ebb4a379da
|
|
| MD5 |
f533d2fb3b82fe11ee1548d4a86e1371
|
|
| BLAKE2b-256 |
1f0e19a2c2d1d2df134f0f2d8e404fbaee7a4c5fb48f11ae39e947dd6cfd7061
|