Accepting request 669064 from science

Resync:
Readded changes dropped by accident:
- Fix a word in a comment.
- Remove some colloquialism from a package description.

OBS-URL: https://build.opensuse.org/request/show/669064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/superlu?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2019-02-04 20:10:33 +00:00 committed by Git OBS Bridge
commit d4d6a21ef0
2 changed files with 11 additions and 3 deletions

View File

@ -3,6 +3,12 @@ Tue Jan 22 11:58:01 UTC 2019 - eich@suse.com
- Disable HPC builds for ring testing on Factory submissions. - Disable HPC builds for ring testing on Factory submissions.
-------------------------------------------------------------------
Mon Jan 21 15:09:13 UTC 2019 - eich@suse.com
- Fix a word in a comment.
- Remove some colloquialism from a package description.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 18 14:46:44 UTC 2019 - eich@suse.com Fri Jan 18 14:46:44 UTC 2019 - eich@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -96,7 +96,8 @@ BuildRequires: suse-hpc >= 0.3
SuperLU is an algorithm that uses group theory to optimize LU SuperLU is an algorithm that uses group theory to optimize LU
decomposition of sparse matrices. decomposition of sparse matrices.
Docu can be found in the %{name}-doc package or on http://www.netlib.org. Documentation can be found in the %{name}-doc package or on
http://www.netlib.org.
%package -n lib%{name}%{?_sover} %package -n lib%{name}%{?_sover}
Summary: SuperLU matrix solver Summary: SuperLU matrix solver
@ -148,7 +149,7 @@ decomposition of sparse matrices.
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
cp %SOURCE1 %SOURCE2 ./ cp %SOURCE1 %SOURCE2 ./
# Create baselib.conf dynamically (non-HPC build only). # Create baselibs.conf dynamically (non-HPC build only).
%if %{without hpc} %if %{without hpc}
cat > %{_sourcedir}/baselibs.conf <<EOF cat > %{_sourcedir}/baselibs.conf <<EOF
lib%{name}%{?_sover} lib%{name}%{?_sover}
@ -223,6 +224,7 @@ EOF
%else %else
%post -n lib%{name}%{?_sover} %post -n lib%{name}%{?_sover}
/sbin/ldconfig -N %hpc_libdir /sbin/ldconfig -N %hpc_libdir
%postun -n lib%{name}%{?_sover} %postun -n lib%{name}%{?_sover}
/sbin/ldconfig -N %hpc_libdir /sbin/ldconfig -N %hpc_libdir
%endif %endif