[arch-commits] Commit in luxrays/trunk (PKGBUILD)

Lukas Jirkovsky stativ at archlinux.org
Sat Aug 30 10:41:04 UTC 2014


    Date: Saturday, August 30, 2014 @ 12:41:03
  Author: stativ
Revision: 118089

luxrays: fix FS#41738, add optdepends on OpenCL runtimes.

Modified:
  luxrays/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-30 10:36:06 UTC (rev 118088)
+++ PKGBUILD	2014-08-30 10:41:03 UTC (rev 118089)
@@ -10,6 +10,9 @@
 license=('GPL')
 depends=('freeimage' 'libcl' 'libgl')
 makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut' 'qt4')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+            'amdapp-sdk: OpenCL support for AMD GPUs' \
+            'intel-opencl-runtime: OpenCL support for Intel CPUs')
 options=('staticlibs')
 source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2 \
         luxmark_scenes_path.diff QTBUG-22829.diff)
@@ -56,7 +59,7 @@
 
 package_luxmark() {
   pkgdesc="OpenCL benchmark tool"
-  depends+=("${depends[@]}" 'boost-libs' 'qt4')
+  depends=("${depends[@]}" 'boost-libs' 'qt4')
 
   cd "$srcdir/luxrender-luxrays-$_pkgver"
   install -d -m755 "$pkgdir"/usr/{bin,share/luxmark}




More information about the arch-commits mailing list