community/opensubdiv to 3.4.4-6

This commit is contained in:
Kevin Mihelich 2021-09-14 13:00:10 +00:00
parent 5a293442f4
commit cf42d000a6
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
pkgname=opensubdiv
pkgver=3.4.4
pkgrel=5
pkgrel=6
pkgdesc="An Open-Source subdivision surface library"
arch=(x86_64)
url="http://graphics.pixar.com/opensubdiv"
@ -17,7 +17,7 @@ source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//
cuda11.patch)
sha512sums=('fc8f28b79347015c8991150535c1339e695d96947c72fadd4fa27b546a0813c1125cd175ee03bed5aacdb3609f74c4e526ef70103d1195ba9f7df041e73ea9fb'
'10f1f63e07d59deb4d91ba04448bb360efff0e41202bb6737caffbce09ba244efb349fe25b24880420b80fdadb268aed84923464af0d66ee1a36e4ba8f96cfd5'
'a9f15c1c2c66d5ecfd4b9b9e8f5a5a455488c5745def284fc5f1ac22f4429974de2b85c6da5289c0290ec9a02c2e2d022fcd760e5d37f532a0cd8c479c7f2d1a')
'9006762976c15a57d30607189d52d0e620b5024da478dcd41a79a88b350740144a88c1a4f455bfb1b79a9f605e0587c1c828a9b0813301acec8bbb516c2bb292')
prepare() {
cd "OpenSubdiv-${pkgver//./_}"
@ -35,7 +35,7 @@ build() {
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=compute_52' \
-DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=compute_53' \
-DCUDA_HOST_COMPILER=/usr/bin/g++ \
-DCMAKE_INSTALL_PREFIX=/usr

View file

@ -11,7 +11,7 @@ diff --color -aur OpenSubdiv-3_4_4-old/CMakeLists.txt OpenSubdiv-3_4_4-new/CMake
+ elseif (CUDA_VERSION_MAJOR LESS 11)
+ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_35 )
+ else()
+ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_52 )
+ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_53 )
endif()
endif()
endif()