mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/openimageio to 1.8.9-2
This commit is contained in:
parent
e8906a9629
commit
0f30255516
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
# - patch to explicitly link against libatomic for v5/v6
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=1.7.17
|
||||
pkgrel=3
|
||||
pkgver=1.8.9
|
||||
pkgrel=2
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(x86_64)
|
||||
url="http://www.openimageio.org/"
|
||||
|
@ -42,6 +42,7 @@ build() {
|
|||
-DUSE_PYTHON3=ON \
|
||||
-DUSE_OPENSSL=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
|
||||
-DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
|
||||
-DOIIO_BUILD_TESTS=ON \
|
||||
|
|
Loading…
Reference in a new issue