community/openshadinglanguage to 1.7.5-2

This commit is contained in:
Kevin Mihelich 2017-05-29 17:31:25 +00:00
parent 0b29f50082
commit 34f93ec57c

View file

@ -7,7 +7,7 @@
pkgname=openshadinglanguage
pkgver=1.7.5
pkgrel=1
pkgrel=2
pkgdesc="Advanced shading language for production GI renderers"
arch=(i686 x86_64)
url="https://github.com/imageworks/OpenShadingLanguage"
@ -40,6 +40,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DLLVM_STATIC=1 \
-DOSL_BUILD_CPP11=1 \
-DSTOP_ON_WARNING=OFF \
$BITCODE
make
}