From 0b29f50082f18d134a8e1c69b3eb2237efa47cd4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 29 May 2017 17:30:58 +0000 Subject: [PATCH] community/openimageio to 1.7.13-3 --- community/openimageio/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index bed7be5f1..e6809e1e2 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -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 }