diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-01 11:59:09 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-01 11:59:09 +0200 |
commit | 811fa6e97bee07f104ca8e8d09e146704a2a7abe (patch) | |
tree | 56ccd61f2694a1e4f991dbaab87157882236c9a0 | |
parent | c29b606041ccf4ff4fe0dffcca0f199f78db89a2 (diff) | |
download | packages-811fa6e97bee07f104ca8e8d09e146704a2a7abe.tar.xz |
community/blender: temporary workaround for FS32#182 (no opensubdiv, openexr, openvdb)
-rw-r--r-- | community/blender/PKGBUILD | 11 |
1 files changed, 11 insertions, 0 deletions
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/} +) |