From 88d03f5d1a7a2a93d78831afce0e1de3f515b8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 13 Jun 2012 11:02:24 +0200 Subject: [PATCH] temporarily disable checks on s390 (memory corruption and stuck build) --- netcdf.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netcdf.spec b/netcdf.spec index ddc0c29..d95d699 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -236,6 +236,7 @@ done %check +%ifnarch s390 make -C build check for mpi in %{mpi_list} do @@ -243,6 +244,7 @@ do make -C $mpi check module purge done +%endif %clean @@ -318,6 +320,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Jun 13 2012 Dan HorĂ¡k - 4.2-5 +- temporarily disable checks on s390 (memory corruption and stuck build) + * Tue May 15 2012 Orion Poplawski - 4.2-4 - Rebuild with hdf5 1.8.9