From 51365ed0f9766a4962fab24634fc38fd743080d8 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 13 Oct 2019 20:21:57 -0600 Subject: [PATCH] Rebuild for hypre 2.18.0 --- petsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/petsc.spec b/petsc.spec index cc32aed..e684557 100644 --- a/petsc.spec +++ b/petsc.spec @@ -80,7 +80,7 @@ Name: petsc Summary: Portable Extensible Toolkit for Scientific Computation Version: %{releasever}.3 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD URL: https://www.mcs.anl.gov/petsc Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz @@ -1015,6 +1015,9 @@ make -C buildmpich_dir test %endif %changelog +* Sun Oct 13 2019 Orion Poplawski - 3.11.3-8 +- Rebuild for hypre 2.18.0 + * Tue Oct 01 2019 Antonio Trande - 3.11.3-9 - Explicit required MPICH version (rhbz#1757279)