community/opensubdiv to 3.4.4-4

This commit is contained in:
David Beauchamp 2021-07-30 12:36:03 -04:00
parent 593fa41032
commit 1360ae4771

View file

@ -5,7 +5,7 @@
pkgname=opensubdiv pkgname=opensubdiv
pkgver=3.4.4 pkgver=3.4.4
pkgrel=2 pkgrel=4
pkgdesc="An Open-Source subdivision surface library" pkgdesc="An Open-Source subdivision surface library"
arch=(x86_64) arch=(x86_64)
url="http://graphics.pixar.com/opensubdiv" url="http://graphics.pixar.com/opensubdiv"
@ -35,6 +35,7 @@ build() {
cmake .. \ cmake .. \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=sm_52' \
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_PREFIX=/usr
make make