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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 17 01:13:53 UTC 2017


    Date: Wednesday, May 17, 2017 @ 01:13:53
  Author: svenstaro
Revision: 228340

upgpkg: arrayfire 3.4.2-2

Re-enable OpenCL

Modified:
  arrayfire/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-17 00:57:39 UTC (rev 228339)
+++ PKGBUILD	2017-05-17 01:13:53 UTC (rev 228340)
@@ -3,10 +3,10 @@
 pkgdesc="High performance software library for parallel computing with an easy-to-use API"
 url='http://arrayfire.com'
 pkgver=3.4.2
-arch=('i686' 'x86_64')
-pkgrel=1
+arch=('x86_64')
+pkgrel=2
 license=('BSD')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 'boost' 'git' 'python' 'gcc5')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 'boost' 'git' 'python' 'gcc5' 'ocl-icd')
 makedepends_x86_64=('cuda' 'nvidia-utils')
 depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
 optdepends=('cuda: Required for using CUDA backend'
@@ -46,6 +46,8 @@
       -DUSE_SYSTEM_FORGE=ON \
       -DCOMPUTES_DETECTED_LIST="20;30;32;35;50;52;53" \
       -DBUILD_CPU=ON \
+      -DBUILD_OPENCL=ON \
+      -DBUILD_NONFREE=ON \
       -DCMAKE_BUILD_TYPE=Release \
       -DBUILD_EXAMPLES=ON \
       -DBUILD_DOCS=ON



More information about the arch-commits mailing list