Compare commits
No commits in common. "42dccb0264b74cbca044be413e7df2fc2f1c2700" and "4a696a69d673684759661fdf8d01c1efc31250e4" have entirely different histories.
42dccb0264
...
4a696a69d6
24
lapack.spec
24
lapack.spec
@ -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
BIN
v3.10.0.tar.gz
Normal file
Binary file not shown.
BIN
v3.12.0.tar.gz
BIN
v3.12.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user