14
0

Accepting request 980329 from home:bmwiedemann:branches:devel:languages:python

Add reproducible.patch to not depend on build machine CPU (boo#1100677)

package maintainer may want to work with upstream to drop it there
or to make it a compile-time option.

OBS-URL: https://build.opensuse.org/request/show/980329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasttext?expand=0&rev=5
This commit is contained in:
2022-06-02 08:08:56 +00:00
committed by Git OBS Bridge
parent 4baab64185
commit 3ad1bbe565
3 changed files with 51 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ Summary: Library for fast text representation and classification
License: MIT
URL: https://github.com/facebookresearch/fastText
Source: https://github.com/facebookresearch/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
Patch0: reproducible.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pybind11-devel}