Skip to main content

Python module containing data files for LLVM Compiler RT Module software.

Project description

pythondata-software-compiler_rt

Non-Python files needed for the software compiler_rt packaged into a Python module so they can be used with Python libraries and tools.

This Useful for usage with tools like LiteX.

The data files can be found under the Python module pythondata_software_compiler_rt. The pythondata_software_compiler_rt.data_location value can be used to find the files on the file system.

Example of getting the data file directly;

import pythondata_software_compiler_rt

my_data_file = "abc.txt"

with open(os.path.join(pythondata_software_compiler_rt.data_location, my_data_file)) as f:
    print(f.read())

Example of getting the data file using litex.data.find API;

from pythondata_software_compiler_rt import data_file

my_data_file = "abc.txt"

with open(data_file(my_data_file)) as f:
    print(f.read())

The data files come from https://git.llvm.org/git/compiler-rt.git/ and are imported using git subtrees to the directory pythondata_software_compiler_rt/data.

Installing from git repository

Manually

You can install the package manually, however this is not recommended.

git clone https://github.com/litex-hub/pythondata-software-compiler_rt.git
cd pythondata-software-compiler_rt
sudo python setup.py install

Using pip with git repository

You can use pip to install the data package directly from github using;

pip install --user git+https://github.com/litex-hub/pythondata-software-compiler_rt.git

If you want to install for the whole system rather than just the current user, you need to remove the --user argument and run as sudo like so;

sudo pip install git+https://github.com/litex-hub/pythondata-software-compiler_rt.git

You can install a specific revision of the repository using;

pip install --user git+https://github.com/litex-hub/pythondata-software-compiler_rt.git@<tag>
pip install --user git+https://github.com/litex-hub/pythondata-software-compiler_rt.git@<branch>
pip install --user git+https://github.com/litex-hub/pythondata-software-compiler_rt.git@<hash>

With requirements.txt file

Add to your Python requirements.txt file using;

-e git+https://github.com/litex-hub/pythondata-software-compiler_rt.git

To use a specific revision of the repository, use the following;

-e https://github.com/litex-hub/pythondata-software-compiler_rt.git@<hash>

Installing from PyPi

Using pip

pip install --user pythondata-software-compiler_rt

Project details


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

File details

Details for the file pythondata-software-compiler_rt-0.0.post6196.tar.gz.

File metadata

  • Download URL: pythondata-software-compiler_rt-0.0.post6196.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for pythondata-software-compiler_rt-0.0.post6196.tar.gz
Algorithm Hash digest
SHA256 519a1fe6a151163bed6c9b59d9c80af8e80643f388ac43b4b9fe868a0e6ad6c0
MD5 bb3c33717ed3811d020cafa9343f5a12
BLAKE2b-256 d4bbab54da7e5f91737543723d0e2e0e7fe2d56f24f609b604a30031a0689b1f

See more details on using hashes here.

File details

Details for the file pythondata_software_compiler_rt-0.0.post6196-py3-none-any.whl.

File metadata

File hashes

Hashes for pythondata_software_compiler_rt-0.0.post6196-py3-none-any.whl
Algorithm Hash digest
SHA256 e4e454dfc60842aea47a5cc3e5c5acdcbc1a3fd5cc50ece3c8c07b657fe8737f
MD5 01e9abe79474b8fbcb7fcb54d90771ca
BLAKE2b-256 a0e01ba3afbed262f2bfb36e0fcdc4f4092c0e4edcd3da13058f24375eb8bb3a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page