Date: Monday, June 22, 2020 @ 13:01:58
  Author: svenstaro
Revision: 650512

upgpkg: opensubdiv 3.4.3-2: cuda 11 rebuild

Modified:
  opensubdiv/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-06-22 12:59:20 UTC (rev 650511)
+++ PKGBUILD    2020-06-22 13:01:58 UTC (rev 650512)
@@ -1,13 +1,13 @@
 # Maintainer: Sven-Hendrik Haase <[email protected]>
 pkgname=opensubdiv
 pkgver=3.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open-Source subdivision surface library"
 arch=(x86_64)
 url="http://graphics.pixar.com/opensubdiv";
-license=('apache')
-depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
-makedepends=(cmake doxygen glfw glew python python-pygments python-docutils 
opencl-headers cuda)
+license=('APACHE')
+depends=('ptex' 'intel-tbb' 'libxcursor' 'xorg-xrandr' 'libxinerama')
+makedepends=('cmake' 'doxygen' 'glfw' 'glew' 'python' 'python-pygments' 
'python-docutils' 'opencl-headers' 'cuda' 'gcc9')
 
source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz";
         python3.patch
         cuda9.patch)
@@ -28,6 +28,7 @@
 
   cmake .. \
       -DCMAKE_BUILD_TYPE=Release \
+      -DCUDA_HOST_COMPILER=/usr/bin/g++-9 \
       -DCMAKE_INSTALL_PREFIX=/usr
 
   make

Reply via email to