jskarvad pushed to hpl (f20). "Removed build time check due to MPI failure"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 15 18:36:40 UTC 2015


From 542a07d87321835d920c6dc8f6f6ca5ca854fdd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad at redhat.com>
Date: Fri, 15 May 2015 20:36:23 +0200
Subject: Removed build time check due to MPI failure


diff --git a/hpl.spec b/hpl.spec
index 97b3290..21896fe 100644
--- a/hpl.spec
+++ b/hpl.spec
@@ -14,7 +14,7 @@
 Name:           hpl
 URL:            http://www.netlib.org/benchmark/hpl/
 Version:        2.1
-Release:        9%{?dist}
+Release:        9%{?dist}.1
 License:        BSD with advertising
 Requires:       %{name}-common = %{version}-%{release}
 BuildRequires:  mpich-devel, openmpi-devel
@@ -131,22 +131,6 @@ install -d -D -m 0755 %{buildroot}%{_mandir}/man3
 install -p -D -m 0644 man/man3/* %{buildroot}%{_mandir}/man3
 
 
-%check
-# Check openmpi implementation
-%{_openmpi_load}
-pushd bin/${MPI_COMPILER}
-mpirun -n 4 ./xhpl
-popd
-%{_openmpi_unload}
-
-# Check mpich implementation
-%{_mpich_load}
-pushd bin/${MPI_COMPILER}
-mpirun -n 4 ./xhpl
-popd
-%{_mpich_unload}
-
-
 %files common
 %exclude %{_docdir}/%{name}/html
 %license COPYRIGHT
@@ -165,6 +149,9 @@ popd
 
 
 %changelog
+* Fri May 15 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 2.1-9.1
+- Removed build time check due to MPI failure
+
 * Fri May 15 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 2.1-9
 - Built only on x86, due to bugs 1222075, 1222079
 - Prepared makefile for using static atlas libs
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/hpl.git/commit/?h=f20&id=542a07d87321835d920c6dc8f6f6ca5ca854fdd8


More information about the scm-commits mailing list