mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/embree: Add ISPC support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
25c3feb6d8
commit
a56205df17
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ cd build
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_MANDIR=/usr/man \
|
||||
-DCMAKE_INSTALL_DOCDIR=/usr/doc \
|
||||
-DEMBREE_ISPC_SUPPORT=OFF \
|
||||
-DEMBREE_ISPC_SUPPORT=ON \
|
||||
-DEMBREE_TASKING_SYSTEM=OFF \
|
||||
-DEMBREE_TUTORIALS=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="UNSUPPORTED"
|
|||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/embree/embree/archive/v4.3.1/embree-4.3.1.tar.gz"
|
||||
MD5SUM_x86_64="dfb88f2019e093052a72a2cc6a43dfc4"
|
||||
REQUIRES="glfw3"
|
||||
REQUIRES="glfw3 ispc"
|
||||
MAINTAINER="Fernando Lopez Jr."
|
||||
EMAIL="fernando.lopezjr@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue