- Fix a word in a comment.
- Remove some colloquialism from a package description. OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=8
This commit is contained in:
parent
995db9c2bb
commit
df5e9ccd4a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -90,7 +90,9 @@ BuildRequires: suse-hpc >= 0.3
|
||||
SuperLU is an algorithm that uses group theory to optimize LU
|
||||
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}
|
||||
Summary: SuperLU matrix solver
|
||||
@ -142,7 +144,7 @@ decomposition of sparse matrices.
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
cp %SOURCE1 %SOURCE2 ./
|
||||
# Create baselib.conf dynamically (non-HPC build only).
|
||||
# Create baselibs.conf dynamically (non-HPC build only).
|
||||
%if %{without hpc}
|
||||
cat > %{_sourcedir}/baselibs.conf <<EOF
|
||||
lib%{name}%{?_sover}
|
||||
@ -217,6 +219,7 @@ EOF
|
||||
%else
|
||||
%post -n lib%{name}%{?_sover}
|
||||
/sbin/ldconfig -N %hpc_libdir
|
||||
|
||||
%postun -n lib%{name}%{?_sover}
|
||||
/sbin/ldconfig -N %hpc_libdir
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user