From 811fa6e97bee07f104ca8e8d09e146704a2a7abe Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 1 May 2021 11:59:09 +0200 Subject: community/blender: temporary workaround for FS32#182 (no opensubdiv, openexr, openvdb) --- community/blender/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'community/blender/PKGBUILD') diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index 61e6abfb..39e79cff 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -30,3 +30,14 @@ eval "$( /^\s*cmake / s/;$/ -DWITH_CYCLES_DEVICE_OPTIX=OFF/ ' )" + +# FS32#182: opensubdiv/openexr/openvdb currently fails to rebuild +depends=( + ${depends[@]/opensubdiv/} +) +depends=( + ${depends[@]/openexr/} +) +depends=( + ${depends[@]/openvdb/} +) -- cgit v1.2.3