SlackBuildsOrg/graphics/OpenSubdiv
Christoph Willing 83b266040d
graphics/OpenSubdiv: Update for latest tbb
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-11-11 08:08:36 +07:00
..
CUDA-compatibility.patch graphics/OpenSubdiv: Updated for version 3.5.1 2023-09-02 18:02:41 +07:00
OpenSubdiv.info graphics/OpenSubdiv: Update for latest tbb 2023-11-11 08:08:36 +07:00
OpenSubdiv.SlackBuild graphics/OpenSubdiv: Update for latest tbb 2023-11-11 08:08:36 +07:00
README graphics/OpenSubdiv: Updated for version 3.5.1 2023-09-02 18:02:41 +07:00
slack-desc

OpenSubdiv is a set of open source libraries that implement high
performance subdivision surface (subdiv) evaluation on massively
parallel CPU and GPU architectures. This code path is optimized
for drawing deforming surfaces with static topology at interactive
framerates.

Additional utility is available in OpenSubdiv when the following SBo
packages are installed and detected at build time:
    tbb glfw3 ptex

Some graphics cards are not supported with the existing version of
the cudatoolkit at SBo. Therefore CUDA backend support is not enabled
by default in this SlackBuild. It must be explicitly enabled (as well
as cudatoolkit being installed) to use it in the build e.g.
    ENABLE_CUDA=yes bash OpenSubdiv.SlackBuild
N.B. Building with CUDA is currently unsupported (broken) - don't use!