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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Feb 16 18:12:18 UTC 2020


    Date: Sunday, February 16, 2020 @ 18:12:18
  Author: svenstaro
Revision: 572744

upgpkg: arrayfire 3.7.0-4: Rebuild against new intel-mkl location

Modified:
  arrayfire/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 17:49:52 UTC (rev 572743)
+++ PKGBUILD	2020-02-16 18:12:18 UTC (rev 572744)
@@ -4,7 +4,7 @@
 url='https://arrayfire.com'
 pkgver=3.7.0
 arch=('x86_64')
-pkgrel=3
+pkgrel=4
 license=('BSD')
 depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 'intel-mkl')
 makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 'cuda' 'cudnn' 'git' 'ninja' 'boost')
@@ -23,7 +23,6 @@
 build() {
   cd "${srcdir}/arrayfire-full-${pkgver}"/build
 
-  export MKLROOT=/usr/include/mkl
   cmake .. \
       -GNinja \
       -DMKL_THREAD_LAYER="GNU OpenMP" \



More information about the arch-commits mailing list