community/openimageio to 1.7.13-3

This commit is contained in:
Kevin Mihelich 2017-05-29 17:30:58 +00:00
parent 848b49026d
commit 0b29f50082

View file

@ -7,7 +7,7 @@
pkgname=openimageio
pkgver=1.7.13
pkgrel=2
pkgrel=3
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(i686 x86_64)
url="http://www.openimageio.org/"
@ -35,6 +35,7 @@ build() {
-DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
-DOIIO_BUILD_TESTS=ON \
-DOIIO_BUILD_TOOLS=ON \
-DSTOP_ON_WARNING=OFF \
-DUSE_TBB=0
make
}