2005-01-14 09:50:49 +00:00
|
|
|
Name: netcdf
|
2012-01-12 20:25:37 +00:00
|
|
|
Version: 4.2
|
2012-03-21 20:24:46 +00:00
|
|
|
Release: 3%{?dist}
|
2008-05-08 04:55:48 +00:00
|
|
|
Summary: Libraries for the Unidata network Common Data Form
|
2005-01-14 09:50:49 +00:00
|
|
|
|
|
|
|
Group: Applications/Engineering
|
|
|
|
License: NetCDF
|
2009-11-11 17:36:08 +00:00
|
|
|
URL: http://www.unidata.ucar.edu/software/netcdf/
|
2012-03-16 22:07:38 +00:00
|
|
|
Source0: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-%{version}.tar.gz
|
2011-03-31 18:00:28 +00:00
|
|
|
#Source0: http://www.unidata.ucar.edu/downloads/netcdf/ftp/snapshot/netcdf-4-daily.tar.gz
|
2009-11-11 22:01:40 +00:00
|
|
|
#Use pkgconfig in nc-config to avoid multi-lib issues
|
2011-06-21 16:22:54 +00:00
|
|
|
Patch0: netcdf-pkgconfig.patch
|
2011-03-31 18:00:28 +00:00
|
|
|
#Strip FFLAGS from nc-config
|
2011-06-21 16:22:54 +00:00
|
|
|
Patch1: netcdf-fflags.patch
|
2005-01-14 09:50:49 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2012-01-12 20:25:37 +00:00
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: doxygen
|
2010-02-05 23:24:19 +00:00
|
|
|
BuildRequires: hdf5-devel >= 1.8.4
|
2012-01-12 20:25:37 +00:00
|
|
|
BuildRequires: gawk
|
2009-11-11 17:36:08 +00:00
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: zlib-devel
|
2011-08-11 15:51:26 +00:00
|
|
|
%ifnarch s390 s390x %{arm}
|
2009-11-11 17:36:08 +00:00
|
|
|
BuildRequires: valgrind
|
2010-07-19 08:12:48 +00:00
|
|
|
%endif
|
2012-02-10 18:16:08 +00:00
|
|
|
#mpiexec segfaults if ssh is not present
|
|
|
|
#https://trac.mcs.anl.gov/projects/mpich2/ticket/1576
|
|
|
|
BuildRequires: openssh-clients
|
2011-11-18 21:55:06 +00:00
|
|
|
Requires: hdf5 = %{_hdf5_version}
|
2005-01-14 09:50:49 +00:00
|
|
|
|
2012-02-10 18:16:08 +00:00
|
|
|
%global with_mpich2 1
|
|
|
|
%global with_openmpi 1
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%ifarch ppc64
|
|
|
|
# No mpich2 on ppc64 in EL
|
|
|
|
%global with_mpich2 0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%ifarch s390 s390x
|
|
|
|
# No openmpi on s390(x)
|
|
|
|
%global with_openmpi 0
|
|
|
|
%endif
|
2005-01-14 09:50:49 +00:00
|
|
|
|
2012-02-10 18:16:08 +00:00
|
|
|
%if %{with_mpich2}
|
|
|
|
%global mpi_list mpich2
|
|
|
|
%endif
|
|
|
|
%if %{with_openmpi}
|
|
|
|
%global mpi_list %{?mpi_list} openmpi
|
|
|
|
%endif
|
2007-03-18 19:20:16 +00:00
|
|
|
|
2005-01-14 09:50:49 +00:00
|
|
|
%description
|
2008-05-08 04:55:48 +00:00
|
|
|
NetCDF (network Common Data Form) is an interface for array-oriented
|
|
|
|
data access and a freely-distributed collection of software libraries
|
|
|
|
for C, Fortran, C++, and perl that provides an implementation of the
|
|
|
|
interface. The NetCDF library also defines a machine-independent
|
|
|
|
format for representing scientific data. Together, the interface,
|
|
|
|
library, and format support the creation, access, and sharing of
|
|
|
|
scientific data. The NetCDF software was developed at the Unidata
|
|
|
|
Program Center in Boulder, Colorado.
|
2005-01-14 09:50:49 +00:00
|
|
|
|
2005-04-06 03:33:33 +00:00
|
|
|
NetCDF data is:
|
2005-01-14 09:50:49 +00:00
|
|
|
|
|
|
|
o Self-Describing: A NetCDF file includes information about the
|
|
|
|
data it contains.
|
|
|
|
|
|
|
|
o Network-transparent: A NetCDF file is represented in a form that
|
|
|
|
can be accessed by computers with different ways of storing
|
|
|
|
integers, characters, and floating-point numbers.
|
|
|
|
|
|
|
|
o Direct-access: A small subset of a large dataset may be accessed
|
|
|
|
efficiently, without first reading through all the preceding
|
|
|
|
data.
|
|
|
|
|
|
|
|
o Appendable: Data can be appended to a NetCDF dataset along one
|
|
|
|
dimension without copying the dataset or redefining its
|
|
|
|
structure. The structure of a NetCDF dataset can be changed,
|
|
|
|
though this sometimes causes the dataset to be copied.
|
|
|
|
|
|
|
|
o Sharable: One writer and multiple readers may simultaneously
|
|
|
|
access the same NetCDF file.
|
|
|
|
|
2012-02-01 19:33:46 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for netcdf
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: hdf5-devel
|
|
|
|
Requires: libcurl-devel
|
|
|
|
|
2005-01-14 09:52:44 +00:00
|
|
|
%description devel
|
2012-01-12 20:25:37 +00:00
|
|
|
This package contains the netCDF C header files, shared devel libs, and
|
2007-03-18 19:20:16 +00:00
|
|
|
man pages.
|
2005-01-14 09:52:44 +00:00
|
|
|
|
2012-02-01 19:33:46 +00:00
|
|
|
|
|
|
|
%package static
|
|
|
|
Summary: Static libs for netcdf
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
2007-03-18 19:20:16 +00:00
|
|
|
%description static
|
2012-01-12 20:25:37 +00:00
|
|
|
This package contains the netCDF C static libs.
|
2005-01-14 09:50:49 +00:00
|
|
|
|
2009-11-11 17:36:08 +00:00
|
|
|
|
2012-02-10 18:16:08 +00:00
|
|
|
%if %{with_mpich2}
|
|
|
|
%package mpich2
|
|
|
|
Summary: NetCDF mpich2 libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: mpich2
|
|
|
|
BuildRequires: mpich2-devel
|
|
|
|
BuildRequires: hdf5-mpich2-devel >= 1.8.4
|
|
|
|
|
|
|
|
%description mpich2
|
|
|
|
NetCDF parallel mpich2 libraries
|
|
|
|
|
|
|
|
|
|
|
|
%package mpich2-devel
|
|
|
|
Summary: NetCDF mpich2 development files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-mpich2%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: mpich2
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: hdf5-mpich2-devel
|
|
|
|
Requires: libcurl-devel
|
|
|
|
|
|
|
|
%description mpich2-devel
|
|
|
|
NetCDF parallel mpich2 development files
|
|
|
|
|
|
|
|
|
|
|
|
%package mpich2-static
|
|
|
|
Summary: NetCDF mpich2 static libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-mpich2-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description mpich2-static
|
|
|
|
NetCDF parallel mpich2 static libraries
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with_openmpi}
|
|
|
|
%package openmpi
|
|
|
|
Summary: NetCDF openmpi libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: openmpi
|
|
|
|
BuildRequires: openmpi-devel
|
|
|
|
BuildRequires: hdf5-openmpi-devel >= 1.8.4
|
|
|
|
|
|
|
|
%description openmpi
|
|
|
|
NetCDF parallel openmpi libraries
|
|
|
|
|
|
|
|
|
|
|
|
%package openmpi-devel
|
|
|
|
Summary: NetCDF openmpi development files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-openmpi%{_isa} = %{version}-%{release}
|
|
|
|
Requires: openmpi-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: hdf5-openmpi-devel
|
|
|
|
Requires: libcurl-devel
|
|
|
|
|
|
|
|
%description openmpi-devel
|
|
|
|
NetCDF parallel openmpi development files
|
|
|
|
|
|
|
|
|
|
|
|
%package openmpi-static
|
|
|
|
Summary: NetCDF openmpi static libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-openmpi-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description openmpi-static
|
|
|
|
NetCDF parallel openmpi static libraries
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2005-01-14 09:50:49 +00:00
|
|
|
%prep
|
2012-03-16 22:07:38 +00:00
|
|
|
%setup -q
|
2010-02-01 23:59:52 +00:00
|
|
|
%patch0 -p1 -b .pkgconfig
|
2010-04-09 21:20:57 +00:00
|
|
|
%patch1 -p1 -b .fflags
|
2009-11-11 17:36:08 +00:00
|
|
|
|
2005-01-14 09:50:49 +00:00
|
|
|
|
|
|
|
%build
|
2012-02-10 18:16:08 +00:00
|
|
|
#Do out of tree builds
|
|
|
|
%global _configure ../configure
|
|
|
|
#Common configure options
|
|
|
|
%global configure_opts \\\
|
|
|
|
--enable-shared \\\
|
|
|
|
--enable-netcdf-4 \\\
|
|
|
|
--enable-dap \\\
|
|
|
|
--enable-extra-example-tests \\\
|
|
|
|
--disable-dap-remote-tests \\\
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
# Serial build
|
|
|
|
mkdir build
|
|
|
|
pushd build
|
|
|
|
ln -s ../configure .
|
|
|
|
%configure %{configure_opts}
|
2011-03-31 18:00:28 +00:00
|
|
|
make %{?_smp_mflags}
|
2012-02-10 18:16:08 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
# MPI builds
|
|
|
|
export CC=mpicc
|
|
|
|
for mpi in %{mpi_list}
|
|
|
|
do
|
|
|
|
mkdir $mpi
|
|
|
|
pushd $mpi
|
|
|
|
module load $mpi-%{_arch}
|
|
|
|
ln -s ../configure .
|
|
|
|
%configure %{configure_opts} \
|
|
|
|
--libdir=%{_libdir}/$mpi/lib \
|
|
|
|
--bindir=%{_libdir}/$mpi/bin \
|
|
|
|
--sbindir=%{_libdir}/$mpi/sbin \
|
|
|
|
--includedir=%{_includedir}/$mpi-%{_arch} \
|
|
|
|
--datarootdir=%{_libdir}/$mpi/share \
|
|
|
|
--mandir=%{_libdir}/$mpi/share/man \
|
|
|
|
--enable-parallel-tests
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
module purge
|
|
|
|
popd
|
|
|
|
done
|
2009-11-11 17:36:08 +00:00
|
|
|
|
2005-01-14 09:50:49 +00:00
|
|
|
|
|
|
|
%install
|
2012-02-10 18:16:08 +00:00
|
|
|
make -C build install DESTDIR=${RPM_BUILD_ROOT}
|
2007-03-18 19:20:16 +00:00
|
|
|
/bin/rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
|
2012-01-12 20:25:37 +00:00
|
|
|
chrpath --delete ${RPM_BUILD_ROOT}/%{_bindir}/nc{copy,dump,gen,gen3}
|
2008-05-08 04:55:48 +00:00
|
|
|
/bin/rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
|
2012-02-10 18:16:08 +00:00
|
|
|
for mpi in %{mpi_list}
|
|
|
|
do
|
|
|
|
module load $mpi-%{_arch}
|
|
|
|
make -C $mpi install DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/$mpi/lib/*.la
|
2012-03-07 17:21:18 +00:00
|
|
|
chrpath --delete ${RPM_BUILD_ROOT}/%{_libdir}/$mpi/bin/nc{copy,dump,gen,gen3}
|
2012-02-10 18:16:08 +00:00
|
|
|
module purge
|
|
|
|
done
|
2008-05-08 04:55:48 +00:00
|
|
|
|
2009-11-11 17:36:08 +00:00
|
|
|
|
2007-05-21 18:12:31 +00:00
|
|
|
%check
|
2012-02-10 18:16:08 +00:00
|
|
|
make -C build check
|
2012-03-20 08:30:59 +00:00
|
|
|
for mpi in %{mpi_list}
|
2012-02-10 18:16:08 +00:00
|
|
|
do
|
|
|
|
module load $mpi-%{_arch}
|
|
|
|
make -C $mpi check
|
|
|
|
module purge
|
|
|
|
done
|
2007-05-21 18:12:31 +00:00
|
|
|
|
|
|
|
|
2005-01-14 09:50:49 +00:00
|
|
|
%clean
|
2005-05-05 20:20:57 +00:00
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
2005-01-14 09:50:49 +00:00
|
|
|
|
2009-11-11 17:36:08 +00:00
|
|
|
|
2012-01-12 20:25:37 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2007-03-18 19:20:16 +00:00
|
|
|
|
2012-01-12 20:25:37 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2005-01-14 09:50:49 +00:00
|
|
|
|
2009-11-11 17:36:08 +00:00
|
|
|
|
2005-01-14 09:50:49 +00:00
|
|
|
%files
|
2007-03-18 19:20:16 +00:00
|
|
|
%doc COPYRIGHT README
|
2009-11-11 22:01:40 +00:00
|
|
|
%{_bindir}/nccopy
|
|
|
|
%{_bindir}/ncdump
|
|
|
|
%{_bindir}/ncgen
|
|
|
|
%{_bindir}/ncgen3
|
2007-03-18 19:20:16 +00:00
|
|
|
%{_libdir}/*.so.*
|
2005-01-14 09:52:44 +00:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%files devel
|
2012-03-07 18:50:18 +00:00
|
|
|
%doc examples
|
2009-11-11 22:01:40 +00:00
|
|
|
%{_bindir}/nc-config
|
2009-12-05 18:09:45 +00:00
|
|
|
%{_includedir}/netcdf.h
|
2007-03-18 19:20:16 +00:00
|
|
|
%{_libdir}/*.so
|
2009-04-16 17:37:33 +00:00
|
|
|
%{_libdir}/pkgconfig/netcdf.pc
|
2005-01-14 09:52:44 +00:00
|
|
|
%{_mandir}/man3/*
|
2005-01-14 09:50:49 +00:00
|
|
|
|
2007-03-18 19:20:16 +00:00
|
|
|
%files static
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
2012-02-10 18:16:08 +00:00
|
|
|
%if %{with_mpich2}
|
|
|
|
%files mpich2
|
|
|
|
%doc COPYRIGHT README
|
|
|
|
%{_libdir}/mpich2/bin/nccopy
|
|
|
|
%{_libdir}/mpich2/bin/ncdump
|
|
|
|
%{_libdir}/mpich2/bin/ncgen
|
|
|
|
%{_libdir}/mpich2/bin/ncgen3
|
|
|
|
%{_libdir}/mpich2/lib/*.so.*
|
|
|
|
%doc %{_libdir}/mpich2/share/man/man1/*.1*
|
|
|
|
|
|
|
|
%files mpich2-devel
|
|
|
|
%{_libdir}/mpich2/bin/nc-config
|
|
|
|
%{_includedir}/mpich2-%{_arch}
|
|
|
|
%{_libdir}/mpich2/lib/*.so
|
|
|
|
%{_libdir}/mpich2/lib/pkgconfig/%{name}.pc
|
|
|
|
%doc %{_libdir}/mpich2/share/man/man3/*.3*
|
|
|
|
|
|
|
|
%files mpich2-static
|
|
|
|
%{_libdir}/mpich2/lib/*.a
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with_openmpi}
|
|
|
|
%files openmpi
|
|
|
|
%doc COPYRIGHT README
|
|
|
|
%{_libdir}/openmpi/bin/nccopy
|
|
|
|
%{_libdir}/openmpi/bin/ncdump
|
|
|
|
%{_libdir}/openmpi/bin/ncgen
|
|
|
|
%{_libdir}/openmpi/bin/ncgen3
|
|
|
|
%{_libdir}/openmpi/lib/*.so.*
|
|
|
|
%doc %{_libdir}/openmpi/share/man/man1/*.1*
|
|
|
|
|
|
|
|
%files openmpi-devel
|
|
|
|
%{_libdir}/openmpi/bin/nc-config
|
|
|
|
%{_includedir}/openmpi-%{_arch}
|
|
|
|
%{_libdir}/openmpi/lib/*.so
|
|
|
|
%{_libdir}/openmpi/lib/pkgconfig/%{name}.pc
|
|
|
|
%doc %{_libdir}/openmpi/share/man/man3/*.3*
|
|
|
|
|
|
|
|
%files openmpi-static
|
|
|
|
%{_libdir}/openmpi/lib/*.a
|
|
|
|
%endif
|
|
|
|
|
2005-01-14 09:50:49 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-03-21 20:24:46 +00:00
|
|
|
* Wed Mar 21 2012 Orion Poplawski <orion@cora.nwra.com> - 4.2-3
|
2012-03-21 20:23:29 +00:00
|
|
|
- Update to real 4.2 final
|
|
|
|
|
2012-03-20 08:30:59 +00:00
|
|
|
* Tue Mar 20 2012 Dan Horák <dan[at]danny.cz> - 4.2-2
|
|
|
|
- use %%{mpi_list} also in %%check
|
|
|
|
|
2012-03-16 22:07:38 +00:00
|
|
|
* Fri Mar 16 2012 Orion Poplawski <orion@cora.nwra.com> - 4.2-1
|
|
|
|
- Update to 4.2 final
|
|
|
|
|
2012-03-07 18:50:18 +00:00
|
|
|
* Wed Mar 7 2012 Orion Poplawski <orion@cora.nwra.com> - 4.2-0.4.rc2
|
|
|
|
- Ship examples with -devel
|
|
|
|
|
2012-03-07 17:21:18 +00:00
|
|
|
* Wed Mar 7 2012 Orion Poplawski <orion@cora.nwra.com> - 4.2-0.3.rc2
|
2012-02-10 18:16:08 +00:00
|
|
|
- Enable MPI builds
|
|
|
|
|
2012-03-06 22:46:48 +00:00
|
|
|
* Tue Mar 6 2012 Orion Poplawski <orion@cora.nwra.com> - 4.2-0.2.rc2
|
|
|
|
- Update to 4.2-rc2
|
2012-01-12 20:25:37 +00:00
|
|
|
- Fortran and C++ APIs are now in separate packages
|
|
|
|
|
2012-02-28 19:19:45 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-5
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-01-13 11:00:59 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-18 21:52:12 +00:00
|
|
|
* Fri Nov 18 2011 Orion Poplawski <orion@cora.nwra.com> - 4.1.3-3
|
|
|
|
- Rebuild for hdf5 1.8.8, add explicit requires
|
|
|
|
|
2011-08-11 15:52:21 +00:00
|
|
|
* Thu Aug 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 4.1.3-2
|
2011-08-11 15:51:26 +00:00
|
|
|
- Add ARM to valgrind excludes
|
|
|
|
|
2011-06-21 16:22:54 +00:00
|
|
|
* Tue Jun 21 2011 Orion Poplawski <orion@cora.nwra.com> - 4.1.3-1
|
|
|
|
- Update to 4.1.3
|
|
|
|
- Update pkgconfig and fflags patches
|
|
|
|
- Drop libm patch fixed upstream
|
|
|
|
|
2011-05-18 03:29:06 +00:00
|
|
|
* Tue May 17 2011 Orion Poplawski <orion@cora.nwra.com> - 4.1.2-2
|
|
|
|
- Rebuild for hdf5 1.8.7
|
|
|
|
|
2011-03-31 18:00:28 +00:00
|
|
|
* Thu Mar 31 2011 Orion Poplawski <orion@cora.nwra.com> - 4.1.2-1
|
|
|
|
- Update to 4.1.2 (soname bump)
|
|
|
|
- Add patch to add -lm to libnetcdf4
|
|
|
|
|
2011-02-08 23:46:56 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-19 08:12:48 +00:00
|
|
|
* Mon Jul 19 2010 Dan Horák <dan[at]danny.cz> - 4.1.1-4
|
|
|
|
- no valgrind on s390(x)
|
|
|
|
|
2010-04-19 17:47:36 +00:00
|
|
|
* Mon Apr 19 2010 Orion Poplawski <orion@cora.nwra.com> - 4.1.1-3
|
|
|
|
- Explicitly link libnetcdf.so against -lhdf5_hl -lhdf5
|
|
|
|
|
2010-04-09 21:20:57 +00:00
|
|
|
* Fri Apr 9 2010 Orion Poplawski <orion@cora.nwra.com> - 4.1.1-2
|
|
|
|
- Add patch to cleanup nc-config --fflags
|
|
|
|
|
2010-04-08 20:08:27 +00:00
|
|
|
* Thu Apr 8 2010 Orion Poplawski <orion@cora.nwra.com> - 4.1.1-1
|
|
|
|
- Update to 4.1.1
|
|
|
|
|
2010-02-05 23:24:19 +00:00
|
|
|
* Fri Feb 5 2010 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-1
|
|
|
|
- Update to 4.1.0 final
|
|
|
|
|
2010-02-01 23:59:52 +00:00
|
|
|
* Mon Feb 1 2010 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.8.2010020100
|
|
|
|
- Update snapshot, pkgconfig patch
|
|
|
|
- Re-enable make check
|
|
|
|
|
2009-12-05 18:09:45 +00:00
|
|
|
* Sat Dec 5 2009 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.7.2009120100
|
|
|
|
- Leave include files in /usr/include
|
|
|
|
|
2009-12-01 18:46:25 +00:00
|
|
|
* Tue Dec 1 2009 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.6.2009120100
|
2009-11-30 18:27:24 +00:00
|
|
|
- Update snapshot, removes SZIP defines from header
|
|
|
|
|
|
|
|
* Fri Nov 13 2009 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.5.2009111309
|
|
|
|
- Update snapshot
|
|
|
|
- Docs are installed now
|
|
|
|
|
2009-11-12 03:37:07 +00:00
|
|
|
* Wed Nov 11 2009 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.5.2009111008
|
|
|
|
- Explicitly link libnetcdf to the hdf libraries, don't link with -lcurl
|
|
|
|
|
2009-11-11 23:10:50 +00:00
|
|
|
* Wed Nov 11 2009 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.4.2009111008
|
|
|
|
- Add Requires: libcurl-devel to devel package
|
|
|
|
|
2009-11-11 22:15:48 +00:00
|
|
|
* Wed Nov 11 2009 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.3.2009111008
|
|
|
|
- Drop hdf4 support - too problematic with linking all required libraries
|
|
|
|
|
2009-11-11 22:01:40 +00:00
|
|
|
* Wed Nov 11 2009 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.2.2009111008
|
|
|
|
- Add patch to use proper hdf4 libraries
|
|
|
|
- Add Requires: hdf-devel, hdf5-devel to devel package
|
|
|
|
- Move nc-config to devel package
|
|
|
|
|
2009-11-11 17:36:08 +00:00
|
|
|
* Wed Nov 11 2009 Orion Poplawski <orion@cora.nwra.com> - 4.1.0-0.1.2009111008
|
|
|
|
- Update to 4.1.0 beta 2 snapshot
|
|
|
|
- Enable: netcdf-4, dap, hdf4, ncgen4, a lot more tests
|
|
|
|
|
2009-07-25 18:03:20 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-16 17:20:58 +00:00
|
|
|
* Thu Apr 16 2009 Orion Poplawski <orion@cora.nwra.com> - 4.0.1-1
|
|
|
|
- Update to 4.0.1
|
2009-04-16 17:37:33 +00:00
|
|
|
- Add pkgconfig file
|
2009-04-16 17:20:58 +00:00
|
|
|
|
2009-02-26 05:06:01 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-03 20:57:47 +00:00
|
|
|
* Wed Sep 3 2008 Orion Poplawski <orion@cora.nwra.com> - 4.0.0-1
|
|
|
|
- Update to 4.0 final
|
2008-09-03 20:58:16 +00:00
|
|
|
- Drop netcdf-3 symlink (bug #447158)
|
2008-09-03 20:57:47 +00:00
|
|
|
- Update cstring patch, partially upstreamed
|
|
|
|
|
2008-05-29 12:51:18 +00:00
|
|
|
* Thu May 29 2008 Balint Cristian <rezso@rdsor.ro> - 4.0.0-0.6.beta2
|
|
|
|
- fix symlink to netcdf-3
|
|
|
|
|
2008-05-18 15:50:41 +00:00
|
|
|
* Sun May 18 2008 Patrice Dumas <pertusus@free.fr> - 4.0.0-0.5.beta2
|
|
|
|
- use %%{_fmoddir}
|
|
|
|
- don't use %%makeinstall
|
|
|
|
|
2008-05-15 12:31:35 +00:00
|
|
|
* Thu May 15 2008 Balint Cristian <rezso@rdsor.ro> - 4.0.0-0.4.beta2
|
|
|
|
- re-enable ppc64 since hdf5 is now present for ppc64
|
|
|
|
|
2008-05-09 00:29:34 +00:00
|
|
|
* Thu May 8 2008 Ed Hill <ed@eh3.com> - 4.0.0-0.3.beta2
|
|
|
|
- make package compliant with bz # 373861
|
|
|
|
|
|
|
|
* Thu May 8 2008 Ed Hill <ed@eh3.com> - 4.0.0-0.2.beta2
|
2008-05-08 05:15:58 +00:00
|
|
|
- ExcludeArch: ppc64 since it doesn't (for now) have hdf5
|
|
|
|
|
2008-05-08 04:55:48 +00:00
|
|
|
* Wed May 7 2008 Ed Hill <ed@eh3.com> - 4.0.0-0.1.beta2
|
|
|
|
- try out upstream 4.0.0-beta2
|
|
|
|
|
2008-04-02 19:50:36 +00:00
|
|
|
* Wed Apr 2 2008 Orion Poplawski <orion@cora.nwra.com> - 3.6.2-7
|
|
|
|
- Change patch to include <cstring>
|
2008-04-02 20:02:07 +00:00
|
|
|
- Remove %%{?_smp_mflags} - not parallel build safe (fortran modules)
|
2008-04-02 19:50:36 +00:00
|
|
|
|
2008-02-21 03:00:59 +00:00
|
|
|
* Wed Feb 20 2008 Ed Hill <ed@eh3.com> - 3.6.2-6
|
|
|
|
- add patch that (hopefully?) allows the GCC 4.3 build to proceed
|
|
|
|
|
2008-02-19 02:23:35 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.6.2-5
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-08-25 20:32:49 +00:00
|
|
|
* Sat Aug 25 2007 Ed Hill <ed@eh3.com> - 3.6.2-4
|
|
|
|
- add BR: gawk
|
|
|
|
|
2007-08-25 19:50:07 +00:00
|
|
|
* Sat Aug 25 2007 Ed Hill <ed@eh3.com> - 3.6.2-3
|
|
|
|
- rebuild for BuildID
|
|
|
|
|
2007-05-21 18:12:31 +00:00
|
|
|
* Mon May 21 2007 Orion Poplawski <orion@cora.nwra.com> - 3.6.2-2
|
|
|
|
- Run checks
|
|
|
|
|
2007-03-18 19:20:16 +00:00
|
|
|
* Sat Mar 17 2007 Ed Hill <ed@eh3.com> - 3.6.2-1
|
|
|
|
- 3.6.2 has a new build system supporting shared libs
|
|
|
|
|
2006-09-02 16:12:55 +00:00
|
|
|
* Sat Sep 2 2006 Ed Hill <ed@eh3.com> - 3.6.1-4
|
|
|
|
- switch to compat-gcc-34-g77 instead of compat-gcc-32-g77
|
|
|
|
|
2006-09-02 15:46:37 +00:00
|
|
|
* Sat Sep 2 2006 Ed Hill <ed@eh3.com> - 3.6.1-3
|
|
|
|
- rebuild for imminent FC-6 release
|
|
|
|
|
2006-05-11 20:21:22 +00:00
|
|
|
* Thu May 11 2006 Ed Hill <ed@eh3.com> - 3.6.1-2
|
|
|
|
- add missing BuildRequires for the g77 interface
|
|
|
|
|
2006-04-22 02:32:57 +00:00
|
|
|
* Fri Apr 21 2006 Ed Hill <ed@eh3.com> - 3.6.1-1
|
|
|
|
- update to upstream 3.6.1
|
|
|
|
|
2006-02-17 02:45:55 +00:00
|
|
|
* Thu Feb 16 2006 Ed Hill <ed@eh3.com> - 3.6.0-10.p1
|
|
|
|
- rebuild for new GCC
|
|
|
|
|
2005-12-22 18:49:04 +00:00
|
|
|
* Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> - 3.6.0-9.p1
|
|
|
|
- rebuild for gcc4.1
|
|
|
|
|
2005-10-16 06:11:56 +00:00
|
|
|
* Sun Oct 16 2005 Ed Hill <ed@eh3.com> - 3.6.0-8.p1
|
|
|
|
- building the library twice (once each for g77 and gfortran)
|
|
|
|
fixes an annoying problem for people who need both compilers
|
|
|
|
|
2005-09-29 18:15:30 +00:00
|
|
|
* Fri Sep 29 2005 Ed Hill <ed@eh3.com> - 3.6.0-7.p1
|
|
|
|
- add FFLAGS="-fPIC"
|
|
|
|
|
2005-06-13 18:41:13 +00:00
|
|
|
* Fri Jun 13 2005 Ed Hill <ed@eh3.com> - 3.6.0-6.p1
|
|
|
|
- rebuild
|
|
|
|
|
2005-06-03 16:21:21 +00:00
|
|
|
* Fri Jun 3 2005 Ed Hill <ed@eh3.com> - 3.6.0-5.p1
|
|
|
|
- bump for the build system
|
|
|
|
|
2005-05-09 20:35:09 +00:00
|
|
|
* Mon May 9 2005 Ed Hill <ed@eh3.com> - 3.6.0-4.p1
|
|
|
|
- remove hard-coded dist/fedora macros
|
|
|
|
|
2005-05-05 20:20:57 +00:00
|
|
|
* Wed May 5 2005 Ed Hill <ed@eh3.com> - 3.6.0-3.p1
|
|
|
|
- make netcdf-devel require netcdf (bug #156748)
|
|
|
|
- cleanup environment and paths
|
|
|
|
|
2005-04-06 03:33:33 +00:00
|
|
|
* Tue Apr 5 2005 Ed Hill <ed@eh3.com> - 0:3.6.0-2.p1
|
|
|
|
- update for gcc-gfortran
|
|
|
|
- fix file permissions
|
|
|
|
|
|
|
|
* Sat Mar 5 2005 Ed Hill <ed@eh3.com> - 0:3.6.0-1.p1
|
|
|
|
- update for 3.6.0-p1 large-files-bug fix and remove the Epoch
|
|
|
|
|
2005-01-14 09:52:44 +00:00
|
|
|
* Sun Dec 12 2004 Ed Hill <eh3@mit.edu> - 0:3.6.0-0.2.beta6
|
|
|
|
- fix naming scheme for pre-releases (per Michael Schwendt)
|
|
|
|
|
|
|
|
* Sat Dec 11 2004 Ed Hill <eh3@mit.edu> - 0:3.6.0beta6-0.fdr.2
|
|
|
|
- For Fortran, use only g77 (ignore gfortran, even if its installed)
|
|
|
|
|
|
|
|
* Tue Dec 7 2004 Ed Hill <eh3@mit.edu> - 0:3.6.0beta6-0.fdr.1
|
|
|
|
- remove "BuildRequires: gcc4-gfortran"
|
|
|
|
|
|
|
|
* Sat Dec 4 2004 Ed Hill <eh3@mit.edu> - 0:3.6.0beta6-0.fdr.0
|
|
|
|
- upgrade to 3.6.0beta6
|
2005-04-06 03:33:33 +00:00
|
|
|
- create separate devel package that does *not* depend upon
|
|
|
|
the non-devel package and put the headers/libs in "netcdf-3"
|
2005-01-14 09:52:44 +00:00
|
|
|
subdirs for easy co-existance with upcoming netcdf-4
|
|
|
|
|
|
|
|
* Thu Dec 2 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.12
|
2008-05-18 15:50:41 +00:00
|
|
|
- remove unneeded %%configure flags
|
2005-01-14 09:52:44 +00:00
|
|
|
|
|
|
|
* Wed Dec 1 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.11
|
|
|
|
- headers in /usr/include/netcdf, libs in /usr/lib/netcdf
|
|
|
|
|
|
|
|
* Mon Oct 4 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.10
|
2005-04-06 03:33:33 +00:00
|
|
|
- Put headers in their own directory but leave the libraries in the
|
2008-05-18 15:50:41 +00:00
|
|
|
%%{_libdir} -- there are only two libs and the majority of other
|
2005-01-14 09:52:44 +00:00
|
|
|
"*-devel" packages follow this pattern
|
|
|
|
|
|
|
|
* Sun Oct 3 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:3.5.1-0.fdr.9
|
|
|
|
- add patch to install lib and headers into own tree
|
|
|
|
|
2005-01-14 09:50:49 +00:00
|
|
|
* Sun Aug 1 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.8
|
|
|
|
- added -fPIC so x86_64 build works with nco package
|
|
|
|
|
|
|
|
* Fri Jul 30 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.7
|
|
|
|
- fix typo in the x86_64 build and now works on x86_64
|
|
|
|
|
|
|
|
* Thu Jul 15 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.6
|
|
|
|
- fix license
|
|
|
|
|
|
|
|
* Thu Jul 15 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.5
|
|
|
|
- fix (hopefully?) x86_64 /usr/lib64 handling
|
|
|
|
|
|
|
|
* Thu Jul 15 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.4
|
|
|
|
- replace paths with macros
|
|
|
|
|
|
|
|
* Thu Jul 15 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.3
|
|
|
|
- fix spelling
|
|
|
|
|
|
|
|
* Thu Jul 15 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.2
|
2008-05-18 15:50:41 +00:00
|
|
|
- removed "--prefix=/usr" from %%configure
|
2005-01-14 09:50:49 +00:00
|
|
|
|
|
|
|
* Wed Jul 14 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.1
|
|
|
|
- Remove unnecessary parts and cleanup for submission
|
|
|
|
|
|
|
|
* Wed Jul 14 2004 Ed Hill <eh3@mit.edu> - 0:3.5.1-0.fdr.0
|
|
|
|
- Initial RPM release.
|