From e4bef86120c1dd264c53890c4d7c717ea0ce684f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 6 May 2024 01:48:56 +0200 Subject: [PATCH] rebuilt with ispc and EMBREE_ISPC_SUPPORT=ON [release 4.3.1-2mamba;Sat May 04 2024] --- embree.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/embree.spec b/embree.spec index b672cc4..b3781b1 100644 --- a/embree.spec +++ b/embree.spec @@ -1,6 +1,6 @@ Name: embree Version: 4.3.1 -Release: 1mamba +Release: 2mamba Summary: A collection of high-performance ray tracing kernels, developed at Intel Group: System/Libraries Vendor: openmamba @@ -16,6 +16,7 @@ BuildRequires: libstdc++6-devel BuildRequires: libtbb-devel ## AUTOBUILDREQ-END BuildRequires: cmake +BuildRequires: ispc Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description @@ -37,7 +38,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. - %debug_package %prep @@ -45,7 +45,7 @@ This package contains libraries and header files for developing applications tha %build %cmake -d build \ - -DEMBREE_ISPC_SUPPORT=OFF \ + -DEMBREE_ISPC_SUPPORT=ON \ -DEMBREE_TUTORIALS=OFF \ %ifarch x86_64 %{ix86} -DEMBREE_MAX_ISA="AVX512SKX" \ @@ -85,6 +85,9 @@ rm -f %{buildroot}%{_prefix}/embree-vars.* %{_libdir}/cmake/embree-%{version}/embree*.cmake %changelog +* Sat May 04 2024 Silvan Calarco 4.3.1-2mamba +- rebuilt with ispc and EMBREE_ISPC_SUPPORT=ON + * Mon Feb 12 2024 Automatic Build System 4.3.1-1mamba - automatic version update by autodist