rpms/netcdf/devel netcdf.spec,1.9,1.10

Ed Hill (edhill) fedora-extras-commits at redhat.com
Thu Sep 29 18:15:32 UTC 2005


Author: edhill

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

Modified Files:
	netcdf.spec 
Log Message:
add FFLAGS="-fPIC" so that the F90 parts of the static library can be used
to create dynamic libs



Index: netcdf.spec
===================================================================
RCS file: /cvs/extras/rpms/netcdf/devel/netcdf.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- netcdf.spec	13 Jun 2005 18:41:13 -0000	1.9
+++ netcdf.spec	29 Sep 2005 18:15:30 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           netcdf
 Version:        3.6.0
-Release:        6.p1%{?dist}
+Release:        7.p1%{?dist}
 Summary:        Libraries for the Unidata network Common Data Form (NetCDF v3)
 
 Group:          Applications/Engineering
@@ -60,6 +60,7 @@
 cd src
 export FC="gfortran"
 export CPPFLAGS="-fPIC"
+export FFLAGS="-fPIC"
 %configure
 #  WARNING!
 #  The parallel build was tested and it does NOT work.
@@ -67,6 +68,7 @@
 make
 unset FC
 unset CPPFLAGS
+unset FFLAGS
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -102,6 +104,9 @@
 
 
 %changelog
+* Fri Sep 29 2005 Ed Hill <ed at eh3.com> - 3.6.0-7.p1
+- add FFLAGS="-fPIC"
+
 * Fri Jun 13 2005 Ed Hill <ed at eh3.com> - 3.6.0-6.p1
 - rebuild
 




More information about the fedora-extras-commits mailing list