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

Konstantin Gizdov kgizdov at archlinux.org
Sat Feb 15 08:43:52 UTC 2020


    Date: Saturday, February 15, 2020 @ 08:43:51
  Author: kgizdov
Revision: 571414

upgpkg: arrayfire 3.7.0-1

Modified:
  arrayfire/trunk/PKGBUILD
Deleted:
  arrayfire/trunk/doc_warn_not_error.patch

--------------------------+
 PKGBUILD                 |   22 +++++++---------------
 doc_warn_not_error.patch |   13 -------------
 2 files changed, 7 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-15 08:43:31 UTC (rev 571413)
+++ PKGBUILD	2020-02-15 08:43:51 UTC (rev 571414)
@@ -2,32 +2,24 @@
 pkgname=arrayfire
 pkgdesc="High performance software library for parallel computing with an easy-to-use API"
 url='https://arrayfire.com'
-pkgver=3.6.4
+pkgver=3.7.0
 arch=('x86_64')
-pkgrel=6
+pkgrel=1
 license=('BSD')
 depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 'cuda' 'git' 'ninja' 'boost')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 'cuda' 'cudnn' 'git' 'ninja' 'boost')
 optdepends=('cuda: Required for using CUDA backend'
             'nvidia-utils: Required for using CUDA backend'
+            'cudnn: Required for using CUDA backend'
             'libclc: Required for using OpenCL backend')
 options=('!buildflags')
-source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2"
-        'doc_warn_not_error.patch')
-sha512sums=('febda2cd6f4a8d0bba2e5effaf92e93d37ab3283ff71f5fe1bd236fc71f3121c2e58988b20b97e457dee0077f67ea51406f17eac463c378d7655ad8be4aa3e53'
-            '63c745da51347fc94e02b031cb0606216f523acc350866658ebed7ac09115217a934285ecb731391f11c2934984f106564153eaca1b9c6d578db2b0904c0741d')
+source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2")
+sha512sums=('64f34f742eced91356a96706d5f4846ead90b2618eeb5da90e6b797d62ab70b71dee9f2b2c0d09c09d5868e9c81ebbe4762947e195a37834481d9730e189d1d7')
 
-prepare() {
+build() {
   cd "${srcdir}/arrayfire-full-${pkgver}"
 
-  patch -Np1 -i "${srcdir}/doc_warn_not_error.patch"
-
   mkdir -p build
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
   cd build
   cmake .. \
       -GNinja \

Deleted: doc_warn_not_error.patch
===================================================================
--- doc_warn_not_error.patch	2020-02-15 08:43:31 UTC (rev 571413)
+++ doc_warn_not_error.patch	2020-02-15 08:43:51 UTC (rev 571414)
@@ -1,13 +0,0 @@
-diff --git a/docs/doxygen.mk b/docs/doxygen.mk
-index 5d4e0237..05c4e12c 100644
---- a/docs/doxygen.mk
-+++ b/docs/doxygen.mk
-@@ -769,7 +769,7 @@ WARN_NO_PARAMDOC       = YES
- # a warning is encountered.
- # The default value is: NO.
- 
--WARN_AS_ERROR          = YES
-+WARN_AS_ERROR          = NO
- 
- # The WARN_FORMAT tag determines the format of the warning messages that doxygen
- # can produce. The string should contain the $file, $line, and $text tags, which



More information about the arch-commits mailing list