[netcdf] temporarily disable checks on s390 (memory corruption and stuck build)

Dan Horák sharkcz at fedoraproject.org
Wed Jun 13 09:02:30 UTC 2012


commit 88d03f5d1a7a2a93d78831afce0e1de3f515b8e3
Author: Dan Horák <dan at danny.cz>
Date:   Wed Jun 13 11:02:24 2012 +0200

    temporarily disable checks on s390 (memory corruption and stuck build)

 netcdf.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <dan[at]danny.cz> - 4.2-5
+- temporarily disable checks on s390 (memory corruption and stuck build)
+
 * Tue May 15 2012 Orion Poplawski <orion at cora.nwra.com> - 4.2-4
 - Rebuild with hdf5 1.8.9
 


More information about the scm-commits mailing list