mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/openshadinglanguage to 1.9.10-2.1
This commit is contained in:
parent
a7eaad285e
commit
c42d6e0ae9
1 changed files with 6 additions and 12 deletions
|
@ -1,20 +1,17 @@
|
|||
# $Id$
|
||||
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed intel-tbb from deps
|
||||
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=openshadinglanguage
|
||||
pkgver=1.9.10
|
||||
pkgrel=2
|
||||
pkgrel=2.1
|
||||
pkgdesc="Advanced shading language for production GI renderers"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/imageworks/OpenShadingLanguage"
|
||||
license=('custom')
|
||||
depends=('boost-libs' 'openimageio' 'openexr' 'freetype2' 'libpng'
|
||||
depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
|
||||
'libtiff' 'zlib' 'ncurses')
|
||||
makedepends=('boost' 'cmake' 'llvm' 'clang' 'python')
|
||||
makedepends=('boost' 'cmake' 'python' 'llvm' 'clang')
|
||||
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
|
||||
sha512sums=('61c52cb673863bd67e257aef2c37026a49c392de9a41739e07926f8dd878f6c90ac2da6224eb3f78b8ba8e6ca121502ba41c65a6c3353f3cb7fec631a43f016b')
|
||||
|
||||
|
@ -32,15 +29,12 @@ build() {
|
|||
[[ -d build ]] && rm -r build
|
||||
mkdir build && cd build
|
||||
|
||||
[ "${CARCH}" == "arm" -o "${CARCH}" == "armv6h" ] && BITCODE="-DUSE_LLVM_BITCODE=OFF"
|
||||
|
||||
cmake ../.. \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLERTTI=ON \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DLLVM_STATIC=0 \
|
||||
-DSTOP_ON_WARNING=OFF \
|
||||
$BITCODE
|
||||
-DENABLERTTI=ON \
|
||||
-DSTOP_ON_WARNING=OFF
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue