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

Antonio Rojas arojas at gemini.archlinux.org
Sat Nov 6 18:06:51 UTC 2021


    Date: Saturday, November 6, 2021 @ 18:06:51
  Author: arojas
Revision: 1037666

Port to xsimd 8

Modified:
  python-pythran/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-06 18:01:28 UTC (rev 1037665)
+++ PKGBUILD	2021-11-06 18:06:51 UTC (rev 1037666)
@@ -4,16 +4,23 @@
 
 pkgname=python-pythran
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Ahead of Time compiler for numeric kernels'
 arch=(any)
 url='https://pythran.readthedocs.io/'
 license=(BSD)
 depends=(python-networkx python-ply python-numpy python-beniget python-six xsimd boost)
-makedepends=(python-setuptools python-pytest-runner)
-source=(https://files.pythonhosted.org/packages/source/p/pythran/pythran-$pkgver.tar.gz)
-sha256sums=('9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf')
+makedepends=(python-setuptools python-pytest-runner git)
+source=(https://files.pythonhosted.org/packages/source/p/pythran/pythran-$pkgver.tar.gz
+        pythran-xsimd-8.patch::https://github.com/serge-sans-paille/pythran/commit/418bd3e8.patch)
+sha256sums=('9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf'
+            'c059f2c42c8cca8bedf45dde1fe59587f3001bf14d47518157657463ec878ea4')
 
+prepare() {
+  cd pythran-$pkgver
+  git apply < ../pythran-xsimd-8.patch # Port to xsimd 8
+}
+
 build() {
   cd pythran-$pkgver
   python setup.py build



More information about the arch-commits mailing list