Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/blender/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/blender/PKGBUILD')
-rw-r--r--community/blender/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD
deleted file mode 100644
index 3dfd39ca..00000000
--- a/community/blender/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-makedepends=(
- ${makedepends[@]/cuda/}
-)
-depends=(
- ${depends[@]/openimagedenoise/}
-)
-pkgdesc+=", without CUDA support"
-eval "$(
- declare -f build \
- | sed '
- /^\s*cmake / s/;$/ -DWITH_CYCLES_CUDA_BINARIES=OFF -DWITH_CYCLES_DEVICE_CUDA=OFF -DWITH_RAYOPTIMIZATION=OFF;/
- '
-)"
-source_i686+=('arm-no-sse2.patch')
-sha512sums_i686+=('13890f9cd11ca20bcb6f12206c990e25c0d08699feab0fca37607d847d2aebd2d2f423023986e120eaaeb0beca9a440a4d42007dcac2054fe6cdaf745de43402')
-if [ "${CARCH}" = 'i686' ]; then
- eval "$(
- declare -f prepare \
- | sed '
- $ i patch -Np1 -i "$srcdir"/arm-no-sse2.patch
- '
- )"
-fi
-
-# no Nvidia Optix
-pkgdesc+=", without Optix support"
-eval "$(
- declare -f build \
- | sed '
- /^\s*cmake / s/;$/ -DWITH_CYCLES_DEVICE_OPTIX=OFF/
- '
-)"