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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Jul 14 00:07:48 UTC 2020


    Date: Tuesday, July 14, 2020 @ 00:07:47
  Author: svenstaro
Revision: 663557

upgpkg: magma 2.5.3-3: Switch to Python 3 optdep

Modified:
  magma/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-13 23:33:35 UTC (rev 663556)
+++ PKGBUILD	2020-07-14 00:07:47 UTC (rev 663557)
@@ -5,7 +5,7 @@
 
 pkgname=magma
 pkgver=2.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
 arch=('x86_64')
 url="https://icl.cs.utk.edu/magma/"
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('blas' 'gcc9' 'lapack' 'cuda')
 makedepends=('gcc9-fortran' 'cmake' 'ninja')
-optdepends=('python2: for examples and tests'
+optdepends=('python: for examples and tests'
             'gcc9-fortran: Fortran interface')
 source=("${pkgname}-${pkgver}.tar.gz::http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz"
         'cuda11.patch'



More information about the arch-commits mailing list