delete the dependency on the devel package

Signed-off-by: SuperSix173 <liuchao173@huawei.com>
(cherry picked from commit 0e76cbe8ec8e11b8a261537f3343a975c68a59d4)
This commit is contained in:
SuperSix173 2024-09-07 10:47:15 +08:00 committed by openeuler-sync-bot
parent 767ba7b9d8
commit fb69a18a52

View File

@ -2,7 +2,7 @@
Name: openblas
Version: 0.3.25
Release: 3
Release: 4
Summary: An optimized BLAS library based on GotoBLAS2 1.13 BSD version
License: BSD-3-Clause
URL: https://github.com/xianyi/OpenBLAS/
@ -10,7 +10,7 @@ Source0: https://github.com/xianyi/OpenBLAS/archive/v%{version}/openblas-
Patch0000: openblas-0.2.15-system_lapack.patch
Patch0001: openblas-0.2.5-libname.patch
Patch0002: openblas-0.3.11-tests.patch
Requires: %{name}-devel = %{version}-%{release}
BuildRequires: gcc gcc-gfortran perl-devel gcc-c++
%if %{with system_lapack}
@ -373,6 +373,9 @@ sed -i -e 's|%{buildroot}||' "%{buildroot}%{_libdir}/pkgconfig/%{name}.pc"
%{_libdir}/lib%{name}*64_.so
%changelog
* Sat Sep 7 2024 Liu Chao <liuchao173@huawei.com> - 0.3.25-4
- delete the dependency on the devel package
* Wed Feb 21 2024 Liu Chao <liuchao173@huawei.com> - 0.3.25-3
- Include pkgconf file