|
|
@ -1,9 +1,9 @@
|
|
|
|
%global genname superlu
|
|
|
|
%global genname superlu
|
|
|
|
%global libver 5
|
|
|
|
%global libver 5.3
|
|
|
|
|
|
|
|
|
|
|
|
Name: SuperLU
|
|
|
|
Name: SuperLU
|
|
|
|
Version: 5.2.2
|
|
|
|
Version: 5.3.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Subroutines to solve sparse linear systems
|
|
|
|
Summary: Subroutines to solve sparse linear systems
|
|
|
|
License: BSD and GPLv2+
|
|
|
|
License: BSD and GPLv2+
|
|
|
|
URL: https://portal.nersc.gov/project/sparse/superlu/
|
|
|
|
URL: https://portal.nersc.gov/project/sparse/superlu/
|
|
|
@ -14,8 +14,8 @@ Source1: %{name}-fedora-make.inc.in
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: %{genname}-removemc64.patch
|
|
|
|
Patch0: %{genname}-removemc64.patch
|
|
|
|
|
|
|
|
|
|
|
|
# Patch soname (5 -> 5.2) of shared library
|
|
|
|
# Patch soname (5 -> 5.x) of shared library
|
|
|
|
Patch1: %{name}-%{version}-set_soname.patch
|
|
|
|
Patch1: %{name}-set_soname.patch
|
|
|
|
|
|
|
|
|
|
|
|
# Fix ldflags of example files
|
|
|
|
# Fix ldflags of example files
|
|
|
|
Patch2: %{name}-fix_example_builds.patch
|
|
|
|
Patch2: %{name}-fix_example_builds.patch
|
|
|
@ -131,7 +131,8 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license License.txt
|
|
|
|
%license License.txt
|
|
|
|
%{_libdir}/libsuperlu.so.%{libver}*
|
|
|
|
%{_libdir}/libsuperlu.so.5
|
|
|
|
|
|
|
|
%{_libdir}/libsuperlu.so.%{libver}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_includedir}/%{name}/
|
|
|
@ -144,6 +145,9 @@ popd
|
|
|
|
%doc DOC
|
|
|
|
%doc DOC
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Oct 30 2021 Antonio Trande <sagitter@fedoraproject.org> - 5.3.0-1
|
|
|
|
|
|
|
|
- Release 5.3.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.2-2
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|