rebuilt with ispc and EMBREE_ISPC_SUPPORT=ON [release 4.3.1-2mamba;Sat May 04 2024]
This commit is contained in:
parent
5d19b44d0c
commit
e4bef86120
@ -1,6 +1,6 @@
|
|||||||
Name: embree
|
Name: embree
|
||||||
Version: 4.3.1
|
Version: 4.3.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A collection of high-performance ray tracing kernels, developed at Intel
|
Summary: A collection of high-performance ray tracing kernels, developed at Intel
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libtbb-devel
|
BuildRequires: libtbb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: ispc
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,7 +38,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -45,7 +45,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DEMBREE_ISPC_SUPPORT=OFF \
|
-DEMBREE_ISPC_SUPPORT=ON \
|
||||||
-DEMBREE_TUTORIALS=OFF \
|
-DEMBREE_TUTORIALS=OFF \
|
||||||
%ifarch x86_64 %{ix86}
|
%ifarch x86_64 %{ix86}
|
||||||
-DEMBREE_MAX_ISA="AVX512SKX" \
|
-DEMBREE_MAX_ISA="AVX512SKX" \
|
||||||
@ -85,6 +85,9 @@ rm -f %{buildroot}%{_prefix}/embree-vars.*
|
|||||||
%{_libdir}/cmake/embree-%{version}/embree*.cmake
|
%{_libdir}/cmake/embree-%{version}/embree*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.1-2mamba
|
||||||
|
- rebuilt with ispc and EMBREE_ISPC_SUPPORT=ON
|
||||||
|
|
||||||
* Mon Feb 12 2024 Automatic Build System <autodist@openmamba.org> 4.3.1-1mamba
|
* Mon Feb 12 2024 Automatic Build System <autodist@openmamba.org> 4.3.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user