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 and GCC 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.5.0.tar.gz
(20.8 kB
view details)
File details
Details for the file llvm_installer-1.5.0.tar.gz.
File metadata
- Download URL: llvm_installer-1.5.0.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
357ae6a7043cdfa40b07ad4e6c786f4fa648287d68054d5a31c91078c4667d56
|
|
| MD5 |
dae5de1b5e8c0ce2cc459676eb3dd3e0
|
|
| BLAKE2b-256 |
a0fdcce971329255368c2b58544b6d1ef440ea9cffcd2bdd33d5306c17f2695a
|