An open API service indexing awesome lists of open source software.

https://github.com/untwine/pxr-tbb

Portable TBB bundle for building Pixar's libraries
https://github.com/untwine/pxr-tbb

open-usd pixar tbb

Last synced: 6 months ago
JSON representation

Portable TBB bundle for building Pixar's libraries

Awesome Lists containing this project

README

          

# Pixar TBB

[![PyPi version](https://img.shields.io/pypi/v/pxr-tbb.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.python.org/pypi/pxr-tbb)
[![License](https://img.shields.io/badge/License-Apache_2.0-yellow.svg)](https://github.com/uxlfoundation/oneTBB/blob/master/LICENSE.txt)

pxr-tbb bundles [Intel TBB (oneTBB)](https://uxlfoundation.github.io/oneTBB/)
headers and shared libraries into a portable Python wheel, so it can be easily
used to build and install Pixar libraries distributed through PyPI.

# Why not use tbb or tbb-devel?

The existing [tbb](https://pypi.org/project/tbb/) and
[tbb-devel](https://pypi.org/project/tbb-devel/) packages do not provide enough
prebuilt wheels to support all platforms and Python versions needed for
reliable builds.