mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/openimageio to 2.0.12-2
This commit is contained in:
parent
103d0a8a44
commit
579c1c08a6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
pkgname=openimageio
|
pkgname=openimageio
|
||||||
pkgver=2.0.12
|
pkgver=2.0.12
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://www.openimageio.org/"
|
url="http://www.openimageio.org/"
|
||||||
|
@ -29,7 +29,7 @@ build() {
|
||||||
|
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DUSE_PYTHON=ON \
|
-DUSE_PYTHON=ON \
|
||||||
-DPYTHON_VERSION=3.7 \
|
-DPYTHON_VERSION=3.8 \
|
||||||
-DUSE_OPENSSL=ON \
|
-DUSE_OPENSSL=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
|
|
Loading…
Reference in a new issue