From 1360ae4771dc90320984a95d70993db61eddcf29 Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Fri, 30 Jul 2021 12:36:03 -0400 Subject: [PATCH] community/opensubdiv to 3.4.4-4 --- community/opensubdiv/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/opensubdiv/PKGBUILD b/community/opensubdiv/PKGBUILD index a0fd1cd65..a065e9baa 100644 --- a/community/opensubdiv/PKGBUILD +++ b/community/opensubdiv/PKGBUILD @@ -5,7 +5,7 @@ pkgname=opensubdiv pkgver=3.4.4 -pkgrel=2 +pkgrel=4 pkgdesc="An Open-Source subdivision surface library" arch=(x86_64) url="http://graphics.pixar.com/opensubdiv" @@ -35,6 +35,7 @@ build() { cmake .. \ -DCMAKE_BUILD_TYPE=Release \ + -DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=sm_52' \ -DCMAKE_INSTALL_PREFIX=/usr make