Force re-cythonization

This commit is contained in:
Miro Hrončok 2019-07-02 13:28:56 +02:00
parent 512154cdb8
commit 0d95af98ec
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ This package provides the complete documentation for NumPy.
%prep
%autosetup -n %{name}-%{version}%{?relc} -p1
# Force re-cythonization (ifed for PKG-INFO presence in setup.py)
rm PKG-INFO
%ifarch %{openblas_arches}
# Use openblas pthreads as recommended by upstream (see comment in site.cfg.example)
cat >> site.cfg <<EOF