Release 5.3.0
This commit is contained in:
parent
e6052ad728
commit
f69675c5d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/superlu_5.2.1.tar.gz
|
/superlu_5.2.1.tar.gz
|
||||||
/superlu-5.2.1.tar.gz
|
/superlu-5.2.1.tar.gz
|
||||||
/superlu-5.2.2.tar.gz
|
/superlu-5.2.2.tar.gz
|
||||||
|
/superlu-5.3.0.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
)
|
)
|
||||||
set_target_properties(superlu PROPERTIES
|
set_target_properties(superlu PROPERTIES
|
||||||
- VERSION ${PROJECT_VERSION} SOVERSION ${VERSION_MAJOR}
|
- VERSION ${PROJECT_VERSION} SOVERSION ${VERSION_MAJOR}
|
||||||
+ VERSION ${PROJECT_VERSION} SOVERSION ${VERSION_MAJOR}.${VERSION_MINOR}
|
+ VERSION ${VERSION_MAJOR}.${VERSION_MINOR} SOVERSION ${VERSION_MAJOR}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Define GNU standard installation directories
|
# Define GNU standard installation directories
|
16
SuperLU.spec
16
SuperLU.spec
@ -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
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (superlu-5.2.2.tar.gz) = 091928a3df3433b337ebdacdb28de341d6d29d655965de6ffd656a6de18cf11171555bfd3af73082af62b1cead6835b4c11e4ba524a32db7f7d28db47c9d490c
|
SHA512 (superlu-5.3.0.tar.gz) = 1461b52bc18a8b0345beb70fdd46e07df497a13be840bcc061158ea1d0e61c8745806d1ad21cb2723db80f5ed762c3741f9c0ded2b2013df46da0e8bb6b77b83
|
||||||
|
Loading…
Reference in New Issue
Block a user