Compare commits
10 Commits
4a696a69d6
...
42dccb0264
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42dccb0264 | ||
|
|
054493c714 | ||
|
|
5e5e210876 | ||
|
|
601d39608c | ||
|
|
b4bc5fe248 | ||
|
|
9dc7ad09e8 | ||
|
|
e3086512c4 | ||
|
|
63c19884f3 | ||
|
|
9848415652 | ||
|
|
17fda536dc |
24
lapack.spec
24
lapack.spec
@ -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
|
||||
|
||||
|
||||
BIN
v3.10.0.tar.gz
BIN
v3.10.0.tar.gz
Binary file not shown.
BIN
v3.12.0.tar.gz
Normal file
BIN
v3.12.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user