rpms/hdf/devel hdf.spec,1.6,1.7

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Feb 8 23:09:40 UTC 2006


Author: orion

Update of /cvs/extras/rpms/hdf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30729

Modified Files:
	hdf.spec 
Log Message:
Compile with -DHAVE_NETCDF for gdl hdf/netcdf compatibility



Index: hdf.spec
===================================================================
RCS file: /cvs/extras/rpms/hdf/devel/hdf.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hdf.spec	2 Feb 2006 22:10:26 -0000	1.6
+++ hdf.spec	8 Feb 2006 23:09:40 -0000	1.7
@@ -1,6 +1,6 @@
 Name: hdf
 Version: 4.2r1
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD-ish
 Group: System Environment/Libraries
@@ -41,7 +41,7 @@
 
 %build
 autoconf
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+export CFLAGS="$RPM_OPT_FLAGS -fPIC -DHAVE_NETCDF"
 %configure F77=gfortran FFLAGS=-ffixed-line-length-none
 make
 
@@ -74,6 +74,9 @@
 %{_libdir}/%{name}/
 
 %changelog
+* Wed Feb  8 2006 Orion Poplawski <orion at cora.nwra.com> 4.2r1-8
+- Compile with -DHAVE_NETCDF for gdl hdf/netcdf compatibility
+
 * Thu Feb  2 2006 Orion Poplawski <orion at cora.nwra.com> 4.2r1-7
 - Add patch to build on ppc
 




More information about the scm-commits mailing list