14
0
forked from pool/python-joblib

Accepting request 828435 from home:michel_mno:branches:devel:languages:python

- New disable_test_on_big_endian.patch as per upstream issue
  https://github.com/joblib/joblib/issues/279

OBS-URL: https://build.opensuse.org/request/show/828435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=36
This commit is contained in:
Tomáš Chvátal
2020-08-21 09:32:36 +00:00
committed by Git OBS Bridge
parent b4fe9d1935
commit 2a91f6aacd
3 changed files with 47 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/joblib/joblib
Source: https://files.pythonhosted.org/packages/source/j/joblib/joblib-%{version}.tar.gz
Patch1: disable_test_on_big_endian.patch
BuildRequires: %{python_module lz4}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module psutil}
@@ -55,6 +56,7 @@ Joblib can handle large data and has specific optimizations for `numpy` arrays.
%prep
%setup -q -n joblib-%{version}
%patch1 -p1
%build
%python_build