community/openshadinglanguage to 1.3.3-4

This commit is contained in:
Kevin Mihelich 2013-08-30 23:21:11 +00:00
parent 63f31eb0c7
commit 67becb4c64

View file

@ -6,7 +6,7 @@
pkgname=openshadinglanguage
pkgver=1.3.3
pkgrel=3
pkgrel=4
pkgdesc="Advanced shading language for production GI renderers"
arch=(i686 x86_64)
url="https://github.com/imageworks/OpenShadingLanguage"
@ -26,7 +26,7 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLLVM_STATIC=1 \
-DLLVM_STATIC=0 \
-DUSE_TBB=0 \
..
make