mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/opensubdiv to 3.4.3-2
This commit is contained in:
parent
c84dc4bb99
commit
639a3965bd
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove makedepend on cuda
|
||||
# - remove makedepend on cuda, gcc9
|
||||
|
||||
pkgname=opensubdiv
|
||||
pkgver=3.4.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An Open-Source subdivision surface library"
|
||||
arch=(x86_64)
|
||||
url="http://graphics.pixar.com/opensubdiv"
|
||||
license=('apache')
|
||||
depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
|
||||
makedepends=(cmake doxygen glfw glew python python-pygments python-docutils opencl-headers)
|
||||
license=('APACHE')
|
||||
depends=('ptex' 'intel-tbb' 'libxcursor' 'xorg-xrandr' 'libxinerama')
|
||||
makedepends=('cmake' 'doxygen' 'glfw' 'glew' 'python' 'python-pygments' 'python-docutils' 'opencl-headers')
|
||||
source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz"
|
||||
python3.patch
|
||||
cuda9.patch)
|
||||
|
|
Loading…
Reference in a new issue