aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openimageio
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-11-01 08:37:47 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:17 +0000
commitd710f25ca218c348ebfe4f70b898aa42741d6799 (patch)
tree6fa9cda106bc1edf7e8f59de4879e59fde431a58 /testing/openimageio
parent1473cde9518b1be8027e2d0e5f2121b2a766a413 (diff)
downloadaports-d710f25ca218c348ebfe4f70b898aa42741d6799.tar.bz2
aports-d710f25ca218c348ebfe4f70b898aa42741d6799.tar.xz
testing/openimageio: add !check
Diffstat (limited to 'testing/openimageio')
-rw-r--r--testing/openimageio/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/openimageio/APKBUILD b/testing/openimageio/APKBUILD
index ebf051ca6f..957795fd32 100644
--- a/testing/openimageio/APKBUILD
+++ b/testing/openimageio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mark Riedesel <mark@klowner.com>
pkgname=openimageio
pkgver=1.8.15
-pkgrel=0
+pkgrel=1
pkgdesc="Image I/O library supporting a multitude of image formats"
url="https://sites.google.com/site/openimageio/"
arch="all"
@@ -18,6 +18,7 @@ subpackages="py2-$pkgname:_python $pkgname-dev $pkgname-doc $pkgname-tools"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz
boost-python.patch
"
+options="!check"
builddir="$srcdir/oiio-Release-$pkgver"
build() {