summaryrefslogtreecommitdiffstats
path: root/graphics/OpenSubdiv/README
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2023-06-01 17:19:58 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:38:29 +0700
commit62875008414ac218517c5b569137c5b048cd21dc (patch)
treeceea09c35edcf4d561d362ebf83c93125896564e /graphics/OpenSubdiv/README
parent8320f13649915c2c0721671c1545b822f20cbc48 (diff)
downloadslackbuilds-62875008414ac218517c5b569137c5b048cd21dc.tar.gz
slackbuilds-62875008414ac218517c5b569137c5b048cd21dc.tar.xz
graphics/OpenSubdiv: Option for CUDA support
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--graphics/OpenSubdiv/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/OpenSubdiv/README b/graphics/OpenSubdiv/README
index 500d706797..18ad40a900 100644
--- a/graphics/OpenSubdiv/README
+++ b/graphics/OpenSubdiv/README
@@ -6,5 +6,11 @@ framerates.
Additional utility is available in OpenSubdiv when the following SBo
packages are installed and detected at build time:
- tbb cudatoolkit glfw3
+ 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