Compare commits

..

No commits in common. "42dccb0264b74cbca044be413e7df2fc2f1c2700" and "4a696a69d673684759661fdf8d01c1efc31250e4" have entirely different histories.

3 changed files with 5 additions and 19 deletions

View File

@ -1,10 +1,11 @@
%global debug_package %{nil}
%global shortver 3
%global mediumver %{shortver}.12
%global mediumver %{shortver}.10
Name: lapack
Version: %{mediumver}.0
Release: 1
Release: 2
Summary: The LAPACK libraries for numerical linear algebra.
License: BSD
URL: http://www.netlib.org/lapack/
@ -58,8 +59,8 @@ The %{name}-help package conatins man manual etc
cp -f make.inc.example make.inc
sed -i "s|librefblas.a|libblas.a|g" make.inc
# Please take care the changes when upgrading the software package
sed -i '37iCFLAGS+= -fstack-protector-strong -fPIC -D_FORTIFY_SOURCE=2' LAPACKE/utils/Makefile
sed -i '40iCFLAGS+= -fstack-protector-strong -fPIC -D_FORTIFY_SOURCE=2' LAPACKE/src/Makefile
sed -i '37iCFLAGS+= -fstack-protector-strong -fPIC' LAPACKE/utils/Makefile
sed -i '40iCFLAGS+= -fstack-protector-strong -fPIC' LAPACKE/src/Makefile
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -frecursive"
@ -206,21 +207,6 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack
%endif
%changelog
* Sun Feb 18 2024 liyanan <liyanan61@h-partners.com> - 3.12.0-1
- Update to 3.12.0
* Wed Jun 14 2023 wangkai <13474090681@163.com> - 3.11.0-1
- Update to 3.11.0
* Fri Sep 16 2022 Wenyu Liu <liuwenyu7@huawei.com> - 3.10.0-5
- Add the FS compiler options for gcc.
* Fri Mar 4 2022 yaoxin <yaoxin30@huawei.com> - 3.10.0-4
- Strip binary files.
* Wed Dec 15 2021 qinyu <chinyu0704@outlook.com> - 3.10.0-3
- fix lapack-devel build error
* Mon Dec 6 2021 zhouwenpei <zhouwenpei1huawei.com> - 3.10.0-2
- fix lapack-devel build error

BIN
v3.10.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.