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

Antonio Rojas arojas at archlinux.org
Thu Jan 30 13:04:03 UTC 2020


    Date: Thursday, January 30, 2020 @ 13:04:02
  Author: arojas
Revision: 560110

Rebuild with latest boost

Modified:
  arrayfire/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-30 11:53:11 UTC (rev 560109)
+++ PKGBUILD	2020-01-30 13:04:02 UTC (rev 560110)
@@ -4,10 +4,10 @@
 url='https://arrayfire.com'
 pkgver=3.6.4
 arch=('x86_64')
-pkgrel=5
+pkgrel=6
 license=('BSD')
 depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 'cuda' 'git' 'ninja' 'boost1.69')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 'cuda' 'git' 'ninja' 'boost')
 optdepends=('cuda: Required for using CUDA backend'
             'nvidia-utils: Required for using CUDA backend'
             'libclc: Required for using OpenCL backend')
@@ -42,7 +42,8 @@
       -DAF_BUILD_DOCS=ON \
       -DCUDA_architecture_build_targets="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5" \
       -DCMAKE_BUILD_TYPE=Release \
-      -DCUDA_HOST_COMPILER=/usr/bin/gcc
+      -DCUDA_HOST_COMPILER=/usr/bin/gcc \
+      -DBoost_NO_BOOST_CMAKE=ON
 
   ninja
 }



More information about the arch-commits mailing list