Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
42dccb0264
!59 Update to 3.12.0
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2024-02-18 09:09:15 +00:00
lyn1001
054493c714 Update to 3.12.0 2024-02-18 12:23:47 +08:00
openeuler-ci-bot
5e5e210876
!57 Update to 3.11.0
From: @wk333 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-06-14 07:35:11 +00:00
wk333
601d39608c Update to 3.11.0 2023-06-14 14:31:08 +08:00
openeuler-ci-bot
b4bc5fe248
!47 添加安全编译选项
From: @l30013671 
Reviewed-by: @SuperSix173, @licihua 
Signed-off-by: @SuperSix173, @licihua
2022-09-16 11:24:42 +00:00
Wenyu Liu
9dc7ad09e8 build: add the FS compiler options for gcc 2022-09-16 18:15:58 +08:00
openeuler-ci-bot
e3086512c4
!46 [sync] PR-43: Strip binary files
From: @openeuler-sync-bot 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-07-30 06:14:10 +00:00
starlet-dx
63c19884f3 Strip binary files.
(cherry picked from commit 29778ae1ab03e8e248ea180fc02a90aa9199bd08)
2022-07-30 09:31:56 +08:00
openeuler-ci-bot
9848415652 !33 fix out of bounds read in xlarrv
Merge pull request !33 from qinyu/master
2021-12-16 06:47:19 +00:00
qinyu
17fda536dc fix out of bounds read in xlarrv
Signed-off-by: qinyu <chinyu0704@outlook.com>
2021-12-15 12:10:54 +08:00
3 changed files with 19 additions and 5 deletions

View File

@ -1,11 +1,10 @@
%global debug_package %{nil}
%global shortver 3
%global mediumver %{shortver}.10
%global mediumver %{shortver}.12
Name: lapack
Version: %{mediumver}.0
Release: 2
Release: 1
Summary: The LAPACK libraries for numerical linear algebra.
License: BSD
URL: http://www.netlib.org/lapack/
@ -59,8 +58,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' LAPACKE/utils/Makefile
sed -i '40iCFLAGS+= -fstack-protector-strong -fPIC' LAPACKE/src/Makefile
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
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -frecursive"
@ -207,6 +206,21 @@ 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

Binary file not shown.

BIN
v3.12.0.tar.gz Normal file

Binary file not shown.