Update to 4.3.1.1

epel9
Orion Poplawski 11 years ago
parent 680b7957a5
commit ccfbfc5055

1
.gitignore vendored

@ -8,3 +8,4 @@ netcdf-4.1.1.tar.gz
/netcdf-4.2.1.tar.gz
/netcdf-4.2.1.1.tar.gz
/netcdf-4.3.0.tar.gz
/v4.3.1.1.tar.gz

@ -1,12 +1,14 @@
Name: netcdf
Version: 4.3.0
Release: 8%{?dist}
Version: 4.3.1.1
Release: 1%{?dist}
Summary: Libraries for the Unidata network Common Data Form
Group: Applications/Engineering
License: NetCDF
URL: http://www.unidata.ucar.edu/software/netcdf/
Source0: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-%{version}.tar.gz
# Use github tarball - the unidata download is missing files
Source0: https://github.com/Unidata/netcdf-c/archive/v%{version}.tar.gz
#Source0: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-%{version}.tar.gz
#Source0: http://www.unidata.ucar.edu/downloads/netcdf/ftp/snapshot/netcdf-4-daily.tar.gz
#Use pkgconfig in nc-config to avoid multi-lib issues
Patch0: netcdf-pkgconfig.patch
@ -177,7 +179,7 @@ NetCDF parallel openmpi static libraries
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-c-%{version}
%patch0 -p1 -b .pkgconfig
@ -326,6 +328,9 @@ make -C build check
%changelog
* Thu Feb 6 2014 Orion Poplawski <orion@cora.nwra.com> - 4.3.1.1-1
- Update to 4.3.1.1
* Fri Dec 27 2013 Orion Poplawski <orion@cora.nwra.com> - 4.3.0-8
- Rebuild for hdf5 1.8.12

@ -1 +1 @@
39fc507bf2966980fa92defecd9d2167 netcdf-4.3.0.tar.gz
24f7f5fd13e0b01ef83de223e05c1ba1 v4.3.1.1.tar.gz

Loading…
Cancel
Save