mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/opensubdiv to 3.4.4-8
This commit is contained in:
parent
2d46e4c5c0
commit
aec638cdbe
1 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=opensubdiv
|
||||
pkgver=3.4.4
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="An Open-Source subdivision surface library"
|
||||
arch=(x86_64)
|
||||
url="http://graphics.pixar.com/opensubdiv"
|
||||
|
@ -14,16 +14,19 @@ 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
|
||||
cuda11.patch)
|
||||
cuda11.patch
|
||||
opensubdiv-tbb2021.patch::https://github.com/PixarAnimationStudios/OpenSubdiv/commit/9079a517.patch)
|
||||
sha512sums=('fc8f28b79347015c8991150535c1339e695d96947c72fadd4fa27b546a0813c1125cd175ee03bed5aacdb3609f74c4e526ef70103d1195ba9f7df041e73ea9fb'
|
||||
'10f1f63e07d59deb4d91ba04448bb360efff0e41202bb6737caffbce09ba244efb349fe25b24880420b80fdadb268aed84923464af0d66ee1a36e4ba8f96cfd5'
|
||||
'9006762976c15a57d30607189d52d0e620b5024da478dcd41a79a88b350740144a88c1a4f455bfb1b79a9f605e0587c1c828a9b0813301acec8bbb516c2bb292')
|
||||
'9006762976c15a57d30607189d52d0e620b5024da478dcd41a79a88b350740144a88c1a4f455bfb1b79a9f605e0587c1c828a9b0813301acec8bbb516c2bb292'
|
||||
'c65770d3e65a63c88aa1061e10c5dd6be8616a2479bd5f6d3928c97a5895cfa7d0aac455121db7ee610b9731bfbf07c3f8a26e9cd47623cd1baa046d9aa68cdf')
|
||||
|
||||
prepare() {
|
||||
cd "OpenSubdiv-${pkgver//./_}"
|
||||
|
||||
patch -Np1 -i "${srcdir}"/python3.patch
|
||||
patch -Np1 -i "${srcdir}"/cuda11.patch
|
||||
patch -Np1 -i "${srcdir}"/opensubdiv-tbb2021.patch # Support TBB 2021
|
||||
mkdir build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue