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

Bruno Pagani archange at gemini.archlinux.org
Sat Oct 16 21:27:09 UTC 2021


    Date: Saturday, October 16, 2021 @ 21:27:09
  Author: archange
Revision: 1030591

upgpkg: python-mpi4py 3.1.1-1

Modified:
  python-mpi4py/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 21:15:03 UTC (rev 1030590)
+++ PKGBUILD	2021-10-16 21:27:09 UTC (rev 1030591)
@@ -6,8 +6,8 @@
 
 _pkg=mpi4py
 pkgname=python-${_pkg}
-pkgver=3.0.3
-pkgrel=3
+pkgver=3.1.1
+pkgrel=1
 pkgdesc="Python bindings for the Message Passing Interface (MPI) standard"
 arch=(x86_64)
 url="https://bitbucket.org/mpi4py/mpi4py"
@@ -16,7 +16,7 @@
 makedepends=(python-setuptools cython)
 checkdepends=(inetutils)
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('012d716c8b9ed1e513fcc4b18e5af16a8791f51e6d1716baccf988ad355c5a1f')
+sha256sums=('e11f8587a3b93bb24c8526addec664b586b965d83c0882b884c14dc3fd6b9f5c')
 
 build() {
     cd ${_pkg}-${pkgver}
@@ -27,6 +27,8 @@
     # This is required starting with OpenMPI 3.0 when trying to run more
     # processes than the number of available cores
     export OMPI_MCA_rmaps_base_oversubscribe=yes
+    # We don’t have CUDA by default
+    export OMPI_MCA_opal_warn_on_missing_libcuda=0
 
     cd ${_pkg}-${pkgver}
     python setup.py test



More information about the arch-commits mailing list