New version

Update sovar
Drop patch
This commit is contained in:
Dave Love 2018-01-30 10:05:59 +00:00
parent 33068b2d3f
commit 4ca9bce0bd
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/superlu_dist_5.1.3.tar.gz
/superlu_dist_5.2.2.tar.gz
/superlu_dist_5.3.0.tar.gz

View File

@ -1 +1 @@
SHA512 (superlu_dist_5.2.2.tar.gz) = 8a384112cf94ad99b03d9907f146a4c1e24640f6b9fa1cf86bb6fd3955344c38c6ab32356831ebe6802476c05509d86a77019f380a80beb0773fc952d5fe73f9
SHA512 (superlu_dist_5.3.0.tar.gz) = 178ac39593e3b98c974f354bd2da876684f809340a872485dd367054479ab66f739605f6be406c5ef2520c8dd01892fa77ec44120839b2904289ff3e1d3112e6

View File

@ -10,15 +10,14 @@
%endif
Name: superlu_dist
Version: 5.2.2
Release: 2%{?dist}
Version: 5.3.0
Release: 1%{?dist}
Summary: Solution of large, sparse, nonsymmetric systems of linear equations
License: BSD
URL: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
Source0: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_dist_%version.tar.gz
Source1: superlu_dist-make.inc
# Make the parmetis support work with Scotch
Patch1: superlu_dist-parmetis.patch
BuildRequires: scotch-devel gcc-gfortran
%if %{with openblas}
BuildRequires: openblas-devel
@ -62,7 +61,7 @@ BuildRequires: metis-devel
# For library soname. Start at one in case we need the incompatible
# v4 packaged separately.
%global major 1
%global minor 1
%global minor 2
%global miner 0
%global sover %major.%minor.%miner
@ -144,7 +143,6 @@ Development files for %name-mpich
%prep
%setup -q -n SuperLU_DIST_%version
%patch1 -p1
cp %SOURCE1 make.inc
%build
@ -248,6 +246,11 @@ make clean
%changelog
* Tue Jan 30 2018 Dave Love <loveshack@fedoraproject.org> - 5.3.0-1
- New version
- Update sovar
- Drop patch
* Sun Nov 5 2017 Dave Love <loveshack@fedoraproject.org> - 5.2.2-2
- Link againt ptscothmetis et al