Compare commits

...

No commits in common. "c10s" and "c9s" have entirely different histories.
c10s ... c9s

View File

@ -59,6 +59,30 @@ Requires: python%{python3_pkgversion}-numpy-f2py%{?_isa} = %{version}-%{re
Provides: bundled(libdivide) = 3.0 Provides: bundled(libdivide) = 3.0
%endif %endif
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: gcc-gfortran gcc gcc-c++
BuildRequires: lapack-devel
%if 0%{?fedora}
BuildRequires: libdivide-devel
%endif
BuildRequires: ninja-build
%if %{with tests}
BuildRequires: python%{python3_pkversion}-hypothesis
BuildRequires: python%{python3_pkversion}-pytest
BuildRequires: python%{python3_pkversion}-test
BuildRequires: python%{python3_pkgversion}-typing-extensions
%endif
BuildRequires: %{blaslib}-devel
BuildRequires: chrpath
# Upstream does not support splitting out f2py
# https://github.com/numpy/numpy/issues/28016
# https://bugzilla.redhat.com/show_bug.cgi?id=2332307
Requires: python%{python3_pkgversion}-numpy-f2py%{?_isa} = %{version}-%{release}
%if !0%{?fedora}
Provides: bundled(libdivide) = 3.0
%endif
%description %description
NumPy is a general-purpose array-processing package designed to NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary efficiently manipulate large multi-dimensional arrays of arbitrary