Update to 3.9.3
This commit is contained in:
parent
a77f8b3af6
commit
a72c6e972e
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/petsc-3.8.3.tar.gz
|
||||
/petsc-3.8.4.tar.gz
|
||||
/petsc-3.9.0.tar.gz
|
||||
/petsc-3.9.3.tar.gz
|
||||
|
17
petsc.spec
17
petsc.spec
@ -129,8 +129,8 @@
|
||||
|
||||
Name: petsc
|
||||
Summary: Portable Extensible Toolkit for Scientific Computation
|
||||
Version: %{releasever}.0
|
||||
Release: 5%{?dist}
|
||||
Version: %{releasever}.3
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: https://www.mcs.anl.gov/petsc
|
||||
Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz
|
||||
@ -172,7 +172,7 @@ BuildRequires: gcc-gfortran
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconf-pkg-config
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: tcsh
|
||||
Requires: gcc-gfortran%{?_isa}
|
||||
@ -186,9 +186,9 @@ modeled by partial differential equations.
|
||||
Summary: Portable Extensible Toolkit for Scientific Computation (developer files)
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%if 0%{?rhel}
|
||||
Requires: pkgconfig
|
||||
Requires: pkgconfig%{?_isa}
|
||||
%else
|
||||
Requires: pkgconf
|
||||
Requires: pkgconf-pkg-config%{?_isa}
|
||||
%endif
|
||||
%description devel
|
||||
Portable Extensible Toolkit for Scientific Computation (developer files).
|
||||
@ -221,9 +221,9 @@ modeled by partial differential equations (64bit INTEGER).
|
||||
Requires: %{name}64%{?_isa} = %{version}-%{release}
|
||||
Requires: gcc-gfortran%{?_isa}
|
||||
%if 0%{?rhel}
|
||||
Requires: pkgconfig
|
||||
Requires: pkgconfig%{?_isa}
|
||||
%else
|
||||
Requires: pkgconf
|
||||
Requires: pkgconf-pkg-config%{?_isa}
|
||||
%endif
|
||||
Summary: Portable Extensible Toolkit for Scientific Computation (64bit INTEGER)
|
||||
|
||||
@ -1065,6 +1065,9 @@ make -C buildmpich_dir test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 27 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.9.3-1
|
||||
- Update to 3.9.3
|
||||
|
||||
* Thu Jul 19 2018 Sandro Mani <manisandro@gmail.com> - 3.9.0-5
|
||||
- Rebuild (scotch)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (petsc-3.9.0.tar.gz) = 3bb85282b86d3fc3117a8b6641ebce0957a925b0207b8ab190e1cee9b195487e866f73aa88fa7fcb51deb9656d7722166a104f60cf65cdc62a9e92b44be18940
|
||||
SHA512 (petsc-3.9.3.tar.gz) = d9d8f8f7d596c6a3ef9c242f4f17c1b6c2b5955bde15c0a19108cc46d38d78103022530628237d0c3a1047def07ddaafbf3814db5144fd3e838a30d5c98628c4
|
||||
|
Loading…
Reference in New Issue
Block a user