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

Anatol Pomozov anatolik at archlinux.org
Thu Jun 15 05:38:54 UTC 2017


    Date: Thursday, June 15, 2017 @ 05:38:53
  Author: anatolik
Revision: 237044

Add check() dependencies

Modified:
  python-mpi4py/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 05:38:27 UTC (rev 237043)
+++ PKGBUILD	2017-06-15 05:38:53 UTC (rev 237044)
@@ -13,6 +13,7 @@
 url='https://planet.scipy.org/'
 license=(BSD)
 makedepends=(python-setuptools python2-setuptools openmpi)
+checkdepends=(inetutils)
 source=(https://bitbucket.org/mpi4py/mpi4py/get/6e9f90c47a53.zip)
 
 # pipy 2.0.0 is not openmpi 2.x compatible
@@ -39,12 +40,10 @@
 
 check() {
   cd "$srcdir/mpi4py-$pkgver-py2"
-  # fails with openmpi 2.1.1, temporary disable it
-  #python2 setup.py test
+  python2 setup.py test
 
   cd "$srcdir/mpi4py-$pkgver"
-  # fails with openmpi 2.1.1, temporary disable it
-  #python setup.py test
+  python setup.py test
 }
 
 package_python-mpi4py() {



More information about the arch-commits mailing list