rpms/netcdf/devel netcdf.spec,1.24,1.25

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Apr 2 20:02:53 UTC 2008


Author: orion

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

Modified Files:
	netcdf.spec 
Log Message:
- Remove %%{?_smp_mflags} - not parallel build safe (fortran modules)



Index: netcdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/devel/netcdf.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- netcdf.spec	2 Apr 2008 19:50:36 -0000	1.24
+++ netcdf.spec	2 Apr 2008 20:02:07 -0000	1.25
@@ -73,7 +73,7 @@
 export F90FLAGS="$FFLAGS"
 export FCFLAGS="$FFLAGS"
 %configure --enable-shared
-make %{?_smp_mflags}
+make
 
 %install
 %makeinstall
@@ -124,6 +124,7 @@
 %changelog
 * Wed Apr  2 2008 Orion Poplawski <orion at cora.nwra.com> - 3.6.2-7
 - Change patch to include <cstring>
+- Remove %%{?_smp_mflags} - not parallel build safe (fortran modules)
 
 * Wed Feb 20 2008 Ed Hill <ed at eh3.com> - 3.6.2-6
 - add patch that (hopefully?) allows the GCC 4.3 build to proceed




More information about the scm-commits mailing list