embree: update to 2.11.0.

This commit is contained in:
Andrea Brancaleoni 2016-09-02 10:58:25 +02:00
parent da72c9feec
commit 701dc043a2
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'embree' # Template file for 'embree'
pkgname=embree pkgname=embree
version=2.10.0 version=2.11.0
revision=1 revision=1
only_for_archs="x86_64" only_for_archs="x86_64"
build_style=cmake build_style=cmake
@ -11,7 +11,9 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://embree.github.io/" homepage="https://embree.github.io/"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum=c011dc3c035c9618733a2e256ca24efe54aea937f86069e24ff87b02af2d50e4 checksum=35283fa82c3f345a05a9d3ff3af5a36cf71d75d19dc9150a681999f301d67832
nopie=y
configure_args="-DTBB_ROOT=/usr -DENABLE_TUTORIALS=OFF" configure_args="-DTBB_ROOT=/usr -DENABLE_TUTORIALS=OFF"