[arch-commits] Commit in opensubdiv/trunk (PKGBUILD)
Konstantin Gizdov
kgizdov at gemini.archlinux.org
Fri Jul 30 14:09:29 UTC 2021
Date: Friday, July 30, 2021 @ 14:09:29
Author: kgizdov
Revision: 990980
CUDA 11.4 rebuild
Modified:
opensubdiv/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-30 14:04:01 UTC (rev 990979)
+++ PKGBUILD 2021-07-30 14:09:29 UTC (rev 990980)
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
pkgname=opensubdiv
pkgver=3.4.4
-pkgrel=3
+pkgrel=4
pkgdesc="An Open-Source subdivision surface library"
arch=(x86_64)
url="http://graphics.pixar.com/opensubdiv"
@@ -31,6 +31,7 @@
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
+ -DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=sm_52' \
-DCUDA_HOST_COMPILER=/usr/bin/g++-10 \
-DCMAKE_INSTALL_PREFIX=/usr
More information about the arch-commits
mailing list