- no valgrind on s390(x)

epel9
Dan Horák 15 years ago
parent a1f8e12b86
commit f1064d065b

@ -1,6 +1,6 @@
Name: netcdf Name: netcdf
Version: 4.1.1 Version: 4.1.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: Libraries for the Unidata network Common Data Form Summary: Libraries for the Unidata network Common Data Form
Group: Applications/Engineering Group: Applications/Engineering
@ -18,7 +18,9 @@ BuildRequires: gcc-gfortran, gawk
BuildRequires: hdf5-devel >= 1.8.4 BuildRequires: hdf5-devel >= 1.8.4
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
%ifnarch s390 s390x
BuildRequires: valgrind BuildRequires: valgrind
%endif
%package devel %package devel
Summary: Development files for netcdf Summary: Development files for netcdf
@ -92,7 +94,9 @@ export FCFLAGS="$FFLAGS"
--enable-dap \ --enable-dap \
--enable-ncgen4 \ --enable-ncgen4 \
--enable-extra-example-tests \ --enable-extra-example-tests \
%ifnarch s390 s390x
--enable-valgrind-tests \ --enable-valgrind-tests \
%endif
--disable-dap-remote-tests --disable-dap-remote-tests
#Need to be able to properly list all hdf4 library deps and location #Need to be able to properly list all hdf4 library deps and location
# --enable-hdf4 \ # --enable-hdf4 \
@ -161,6 +165,9 @@ fi
%changelog %changelog
* Mon Jul 19 2010 Dan Horák <dan[at]danny.cz> - 4.1.1-4
- no valgrind on s390(x)
* Mon Apr 19 2010 Orion Poplawski <orion@cora.nwra.com> - 4.1.1-3 * Mon Apr 19 2010 Orion Poplawski <orion@cora.nwra.com> - 4.1.1-3
- Explicitly link libnetcdf.so against -lhdf5_hl -lhdf5 - Explicitly link libnetcdf.so against -lhdf5_hl -lhdf5

Loading…
Cancel
Save