[arch-commits] Commit in opensubdiv/trunk (PKGBUILD cuda11.patch)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Aug 16 16:04:19 UTC 2021


    Date: Monday, August 16, 2021 @ 16:04:19
  Author: kgizdov
Revision: 1001051

upgpkg: opensubdiv 3.4.4-5: cuda 11.4.1 rebuild

Modified:
  opensubdiv/trunk/PKGBUILD
  opensubdiv/trunk/cuda11.patch

--------------+
 PKGBUILD     |    8 ++++----
 cuda11.patch |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-16 15:56:18 UTC (rev 1001050)
+++ PKGBUILD	2021-08-16 16:04:19 UTC (rev 1001051)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
 pkgname=opensubdiv
 pkgver=3.4.4
-pkgrel=4
+pkgrel=5
 pkgdesc="An Open-Source subdivision surface library"
 arch=(x86_64)
 url="http://graphics.pixar.com/opensubdiv"
@@ -13,7 +13,7 @@
         cuda11.patch)
 sha512sums=('fc8f28b79347015c8991150535c1339e695d96947c72fadd4fa27b546a0813c1125cd175ee03bed5aacdb3609f74c4e526ef70103d1195ba9f7df041e73ea9fb'
             '10f1f63e07d59deb4d91ba04448bb360efff0e41202bb6737caffbce09ba244efb349fe25b24880420b80fdadb268aed84923464af0d66ee1a36e4ba8f96cfd5'
-            'e67d270496b56f6337698ee7bd9f1a0c945e75cd963e5f9dd451414c92c12382525190d691de269d783cffebed0b0dae5bd8fd94e555d7bb94ae06034edc375f')
+            'a9f15c1c2c66d5ecfd4b9b9e8f5a5a455488c5745def284fc5f1ac22f4429974de2b85c6da5289c0290ec9a02c2e2d022fcd760e5d37f532a0cd8c479c7f2d1a')
 
 prepare() {
   cd "OpenSubdiv-${pkgver//./_}"
@@ -31,8 +31,8 @@
 
   cmake .. \
       -DCMAKE_BUILD_TYPE=Release \
-      -DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=sm_52' \
-      -DCUDA_HOST_COMPILER=/usr/bin/g++-10 \
+      -DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=compute_52' \
+      -DCUDA_HOST_COMPILER=/usr/bin/g++ \
       -DCMAKE_INSTALL_PREFIX=/usr
 
   make

Modified: cuda11.patch
===================================================================
--- cuda11.patch	2021-08-16 15:56:18 UTC (rev 1001050)
+++ cuda11.patch	2021-08-16 16:04:19 UTC (rev 1001051)
@@ -11,7 +11,7 @@
 +            elseif (CUDA_VERSION_MAJOR LESS 11)
 +                set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_35 )
 +            else()
-+                set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_37 )
++                set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_52 )
              endif()
          endif()
      endif()



More information about the arch-commits mailing list