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

Antonio Rojas arojas at archlinux.org
Thu Aug 4 19:33:56 UTC 2016


    Date: Thursday, August 4, 2016 @ 19:33:56
  Author: arojas
Revision: 273034

Drop atlas-lapack optdepend

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-04 19:15:04 UTC (rev 273033)
+++ PKGBUILD	2016-08-04 19:33:56 UTC (rev 273034)
@@ -44,7 +44,7 @@
 
 package_python2-numpy() {
   depends=('lapack' 'python2' 'cblas')
-  optdepends=('python2-nose: testsuite' 'atlas-lapack: for improved performance of some linear algebra operations')
+  optdepends=('python2-nose: testsuite')
 
   _pyver=2.7
 
@@ -63,7 +63,7 @@
 
 package_python-numpy() {
   depends=('lapack' 'python' 'cblas')
-  optdepends=('python-nose: testsuite' 'atlas-lapack: for improved performance of some linear algebra operations')
+  optdepends=('python-nose: testsuite')
   provides=("python3-numpy=${pkgver}")
   replaces=('python3-numpy')
   conflicts=('python3-numpy')



More information about the arch-commits mailing list