mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/opensubdiv to 3.4.4-4
This commit is contained in:
parent
593fa41032
commit
1360ae4771
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue