Date: Tuesday, September 29, 2020 @ 01:42:21 Author: svenstaro Revision: 713654
upgpkg: opensubdiv 3.4.3-3: cuda 11.1 rebuild Modified: opensubdiv/trunk/PKGBUILD opensubdiv/trunk/cuda9.patch -------------+ PKGBUILD | 6 +++--- cuda9.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-29 01:23:27 UTC (rev 713653) +++ PKGBUILD 2020-09-29 01:42:21 UTC (rev 713654) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=opensubdiv pkgver=3.4.3 -pkgrel=2 +pkgrel=3 pkgdesc="An Open-Source subdivision surface library" arch=(x86_64) url="http://graphics.pixar.com/opensubdiv" @@ -13,7 +13,7 @@ cuda9.patch) sha512sums=('44fd1361d9e7f48c3fa84f3420ed34743571220602aefb082a42f769ca5b8e9ac21907ce8714f6e3a2caadd75adae03c535a1949a8e6450dfea9ae7a2247cfc2' '035a6691080e9ec1a6eb5e4a7746f3f0ba6caea4b74c1bfededdc477b701431456b026ee75dbf7ca03fabd6526f62e9181c616a62304f26e614474577b96fcc7' - '2aa815acdb873274afb5629c7604ad2586c460a32a7b141c04f71313d03c768798461439cd1b66db565170ca21c7b05a3f8456ab7635b5eb73b1762bea312f4b') + 'fe51160959f71f33e3c8008158f9f98c3c7a065b22360e7719ec1d262105b35d02c2c2f64f05acee58281c938a007a88054dcc07f1aef89908e6dbf4e3e3ab6f') prepare() { cd "OpenSubdiv-${pkgver//./_}" @@ -28,7 +28,7 @@ cmake .. \ -DCMAKE_BUILD_TYPE=Release \ - -DCUDA_HOST_COMPILER=/usr/bin/g++-9 \ + -DCUDA_HOST_COMPILER=/usr/bin/g++ \ -DCMAKE_INSTALL_PREFIX=/usr make Modified: cuda9.patch =================================================================== --- cuda9.patch 2020-09-29 01:23:27 UTC (rev 713653) +++ cuda9.patch 2020-09-29 01:42:21 UTC (rev 713654) @@ -19,7 +19,7 @@ + elseif (CUDA_VERSION_MAJOR LESS 9) set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_20 ) + else() -+ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_30 ) ++ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_35 ) endif() endif() endif()
