Remove bundled cpuinfo used during build
This commit is contained in:
parent
c3d26207d6
commit
89cd79e5b2
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ BuildRequires: numpy
|
|||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-numpy
|
||||
BuildRequires: python%{python3_pkgversion}-psutil
|
||||
BuildRequires: python%{python3_pkgversion}-cpuinfo
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
|
@ -28,6 +29,8 @@ Requires: blosc%{_isa} >= 1.16.0
|
|||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
# Remove bundled copy
|
||||
rm cpuinfo.py
|
||||
|
||||
%build
|
||||
export BLOSC_DIR=%{_libdir}/blosc CFLAGS="%{optflags}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue