From 0b990c4703c0c6112e465f6040fa444df5ae8b3f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 29 Nov 2018 20:24:05 -0700 Subject: [PATCH] Re-enable OpenMPI tests - fixed with openmpi 2.1.6rc1 --- petsc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/petsc.spec b/petsc.spec index 612fb08..5dcbb22 100644 --- a/petsc.spec +++ b/petsc.spec @@ -121,7 +121,7 @@ Name: petsc Summary: Portable Extensible Toolkit for Scientific Computation Version: %{releasever}.2 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: https://www.mcs.anl.gov/petsc Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz @@ -986,7 +986,6 @@ make -C build64 test %endif %if %{with openmpi} -%ifnarch %{ix86} %{arm} %{_openmpi_load} export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/buildopenmpi_dir/%{_arch}/lib export PETSC_DIR=%{_builddir}/%{name}-%{version}/buildopenmpi_dir @@ -1003,7 +1002,6 @@ make -C buildopenmpi_dir test %endif %{_openmpi_unload} %endif -%endif %if 0%{?fedora} || 0%{?rhel} >= 7 %if %{with mpich} @@ -1087,6 +1085,9 @@ make -C buildmpich_dir test %endif %changelog +* Thu Nov 29 2018 Orion Poplawski - 3.10.2-2 +- Re-enable OpenMPI tests - fixed with openmpi 2.1.6rc1 + * Tue Oct 23 2018 Antonio Trande - 3.10.2-1 - Update to 3.10.2 - Disable check of OpenMPI libraries on x86 temporarely (rhbz#1639646)