Allows installing pre-built LLVM packages for various operating systems
Project description
llvm-installer
https://pypi.org/project/llvm-installer/
Helps installing pre-built LLVM packages for various operating systems.
Usage as module
Getting LLVM installation URL for a particular OS/version/architecture.
from llvm_installer import LlvmInstaller
import sys_detection
local_sys_conf = sys_detection.local_sys_conf()
llvm_installer = LlvmInstaller(
short_os_name_and_version=local_sys_conf.short_os_name_and_version(),
architecture=local_sys_conf.architecture)
llvm_url = llvm_installer.get_llvm_url(major_llvm_version=major_llvm_version)
Command-line usage
python3 -m llvm_installer
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
llvm-installer-1.2.10.tar.gz
(13.8 kB
view details)
File details
Details for the file llvm-installer-1.2.10.tar.gz.
File metadata
- Download URL: llvm-installer-1.2.10.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
466316fef361ede0899206ec00ed372f4c5c9380fd68c9a0bf93713314418e1d
|
|
| MD5 |
b5c9a83c6878f58990f230738ce93072
|
|
| BLAKE2b-256 |
90a91324d3599e2b8fab4183cad9ac15b350fd3132f7de32e95e46afed5e6ee3
|