Add patches to fix build on s390x and ppc64le

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-07-12 19:03:22 +02:00
commit 0b2db4436c
4 changed files with 150 additions and 0 deletions

View file

@ -6,6 +6,11 @@ License: MIT
URL: https://github.com/Blosc/python-blosc
Source0: https://github.com/Blosc/python-blosc/archive/v%{version}/blosc-%{version}.tar.gz
# https://github.com/Blosc/python-blosc/pull/200
Patch1: 0001-blosc_extenion-constify-char-pointers-for-Py_BuildVa.patch
Patch2: 0002-setup.py-unbreak-build-on-architectures-which-don-t-.patch
Patch3: 0003-setup.py-catch-import-error-for-cpuinfo.patch
BuildRequires: gcc
BuildRequires: blosc-devel >= 1.16.0
BuildRequires: numpy