From f1064d065bab995fdfd1dbbe9ec243ebc3f44858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 19 Jul 2010 08:12:48 +0000 Subject: [PATCH] - no valgrind on s390(x) --- netcdf.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/netcdf.spec b/netcdf.spec index 3a83cc5..0f25394 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -18,7 +18,9 @@ BuildRequires: gcc-gfortran, gawk BuildRequires: hdf5-devel >= 1.8.4 BuildRequires: libcurl-devel BuildRequires: zlib-devel +%ifnarch s390 s390x BuildRequires: valgrind +%endif %package devel Summary: Development files for netcdf @@ -92,7 +94,9 @@ export FCFLAGS="$FFLAGS" --enable-dap \ --enable-ncgen4 \ --enable-extra-example-tests \ +%ifnarch s390 s390x --enable-valgrind-tests \ +%endif --disable-dap-remote-tests #Need to be able to properly list all hdf4 library deps and location # --enable-hdf4 \ @@ -161,6 +165,9 @@ fi %changelog +* Mon Jul 19 2010 Dan HorĂ¡k - 4.1.1-4 +- no valgrind on s390(x) + * Mon Apr 19 2010 Orion Poplawski - 4.1.1-3 - Explicitly link libnetcdf.so against -lhdf5_hl -lhdf5