graphics/embree: update Intel Embree to version 3.13.1.

Reported by:	portscout
This commit is contained in:
Alexey Dokuchaev 2021-08-15 00:02:08 +00:00
parent 5e37ff47b0
commit dce2c71d13
3 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,8 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= embree
PORTVERSION= 3.13.0
PORTVERSION= 3.13.1
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
@ -48,7 +47,7 @@ TBB_VARS_OFF= _ETS=INTERNAL
# Disable parts that use _mm_cvtsi128_si64() which is not defined on i386
.if ${ARCH} == i386
CMAKE_ARGS+= -DEMBREE_ISA_AVX512SKX:BOOL=OFF
CMAKE_ARGS+= -DEMBREE_ISA_AVX512:BOOL=OFF
.endif
post-patch:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1620476767
SHA256 (embree-embree-v3.13.0_GH0.tar.gz) = 4d86a69508a7e2eb8710d571096ad024b5174834b84454a8020d3a910af46f4f
SIZE (embree-embree-v3.13.0_GH0.tar.gz) = 13708421
TIMESTAMP = 1628818512
SHA256 (embree-embree-v3.13.1_GH0.tar.gz) = 00dbd852f19ae2b95f5106dd055ca4b304486436ced0ccf842aec4e38a4df425
SIZE (embree-embree-v3.13.1_GH0.tar.gz) = 13676079

View File

@ -11,4 +11,4 @@ Embree supports applications written with the Intel SPMD Program Compiler
(ISPC, available as `devel/ispc' port) by also providing an ISPC interface
to the core ray tracing algorithms.
WWW: https://embree.github.io/
WWW: https://www.embree.org/