From 0d95af98ecf29c1eb1953d68790909880953e809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 2 Jul 2019 13:28:56 +0200 Subject: [PATCH] Force re-cythonization --- numpy.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/numpy.spec b/numpy.spec index ecf4ef0..f375661 100644 --- a/numpy.spec +++ b/numpy.spec @@ -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 <