[arch-commits] Commit in blender/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Wed Oct 13 01:06:26 UTC 2021


    Date: Wednesday, October 13, 2021 @ 01:06:25
  Author: svenstaro
Revision: 1029982

upgpkg: blender 17:2.93.5-3: Re-enable Cycles Embree now that Embree with compiled with the proper options

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-13 00:33:07 UTC (rev 1029981)
+++ PKGBUILD	2021-10-13 01:06:25 UTC (rev 1029982)
@@ -8,7 +8,7 @@
 
 pkgname=blender
 pkgver=2.93.5
-pkgrel=2
+pkgrel=3
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -61,7 +61,6 @@
     -GNinja \
     -Cbuild_files/cmake/config/blender_release.cmake \
     -DOPTIX_ROOT_DIR="$srcdir"/include \
-    -DWITH_CYCLES_EMBREE=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DWITH_INSTALL_PORTABLE=OFF \
@@ -72,8 +71,6 @@
     -DPYTHON_INCLUDE_DIRS=/usr/include/python$PYTHON_VER \
     -DCMAKE_CXX_FLAGS="-I /usr/include/python$PYTHON_VER"
   ninja -C build
-  # Turn this off due to https://bugs.archlinux.org/task/72352
-  # -DWITH_CYCLES_EMBREE=OFF \
 }
 
 package() {



More information about the arch-commits mailing list