community/blender: disable osl

Closes: #15511
This commit is contained in:
Leon Marz 2023-12-16 12:41:18 +01:00 committed by omni
parent 30b33882ae
commit a1e5be53f3

View File

@ -4,8 +4,8 @@
pkgname=blender
pkgver=4.0.2
_pkgver=${pkgver%.[0-9]}
pkgrel=0
_llvmver=15
pkgrel=1
_llvmver=17
pkgdesc="3D Creation/Animation/Publishing System"
url="https://www.blender.org/"
arch="x86_64 aarch64" # limited by openvdb
@ -106,6 +106,7 @@ _build() {
-DWITH_SYSTEM_EIGEN3=ON \
-DWITH_SYSTEM_GLOG=ON \
-DWITH_SYSTEM_LZO=ON \
-DWITH_CYCLES_OSL=OFF \
-DLLVM_VERSION=$_llvmver \
-DPYTHON_VERSION=$py_version