aboutsummaryrefslogtreecommitdiff
path: root/graphics/Blender/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2020-06-07 13:51:56 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-14 17:45:50 +0700
commitd86018976810f3e929e6f678a7ea24a460fa8ffd (patch)
treed274090f08f29b068cc2e8c17d63aaf90e990170 /graphics/Blender/README
parent0f91ff5073260d1605fa8585364b3482aab76a1d (diff)
downloadslackbuilds-d86018976810f3e929e6f678a7ea24a460fa8ffd.tar.xz
graphics/Blender: Update READMEs regarding CUDA
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/Blender/README')
-rw-r--r--graphics/Blender/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/Blender/README b/graphics/Blender/README
index d93907048fd0..c89c1f1c39d9 100644
--- a/graphics/Blender/README
+++ b/graphics/Blender/README
@@ -11,3 +11,9 @@ game creation.
CUDA support is included if a CUDA installation is detected at build time.
It may be disable by passing CUDA=no when building e.g.
CUDA=no sh ./Blender.SlackBuild
+
+Since Blender-2.83.0, SBo's cudatoolkit-8.0.61 is insufficient for a
+successful build. The CUDA handling above remains for cases which may:
+ - use a newer CUDA version toolkit
+ - require the existing cudatoolkit for other purposes
+ (so need CUDA=no for Blender)