embree: disable EMBREE_ZIP_MODE

By default embree installs as a portable zip file along with a script that can
be sourced to set the LD_LIBRARY_PATH, for system installation. That is
un-necessary, as such build it as a system installation.
This commit is contained in:
oreo639 2025-02-12 05:42:54 -08:00
parent 60f9d0f026
commit b70f349a69

View File

@ -1,11 +1,11 @@
# Template file for 'embree'
pkgname=embree
version=4.3.3
revision=1
revision=2
archs="aarch64* x86_64*"
build_style=cmake
configure_args="-DTBB_ROOT=/usr -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF
-DEMBREE_TUTORIALS=OFF -DCMAKE_BUILD_TYPE=Release"
-DEMBREE_TUTORIALS=OFF -DEMBREE_ZIP_MODE=OFF -DCMAKE_BUILD_TYPE=Release"
hostmakedepends="ispc"
makedepends="libfreeglut-devel libXmu-devel tbb-devel MesaLib-devel libpng-devel
libopenexr-devel libjpeg-turbo-devel libmagick-devel glfw-devel"