rpms/lam/devel lam.spec,1.55,1.56

Doug Ledford dledford at fedoraproject.org
Wed May 20 18:59:30 UTC 2009


Author: dledford

Update of /cvs/extras/rpms/lam/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1965

Modified Files:
	lam.spec 
Log Message:
* Wed May 20 2009 Doug Ledford <dledford at redhat.com> - 2:7.1.4-7
- Lam build is not smp safe



Index: lam.spec
===================================================================
RCS file: /cvs/extras/rpms/lam/devel/lam.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- lam.spec	20 May 2009 17:18:04 -0000	1.55
+++ lam.spec	20 May 2009 18:59:00 -0000	1.56
@@ -1,7 +1,7 @@
 Summary: The Local Area Multicomputer programming environment
 Name: lam
 Version: 7.1.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Epoch: 2
 Group: System/Base
@@ -95,7 +95,8 @@ export FC=f95
 ./configure --with-rsh="/usr/bin/ssh -x -a" --prefix=%{mpidir} --exec-prefix=%{mpidir} --datadir=%{mpidir} --mandir=%{mpidir}/man --sysconfdir=%{_sysconfdir} --disable-tv --disable-tv-dll --with-trillium --enable-shared --disable-deprecated-executable-names --disable-dependency-tracking
 %endif
 
-make %{?_smp_mflags} all
+# Lam build is not smp safe
+make all
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -202,6 +203,9 @@ fi
 %{mpidir}/man/man[23]/*
 
 %changelog
+* Wed May 20 2009 Doug Ledford <dledford at redhat.com> - 2:7.1.4-7
+- Lam build is not smp safe
+
 * Wed May 20 2009 Doug Ledford <dledford at redhat.com> - 2:7.1.4-6
 - Pass -fno-strict-aliasing to gcc to prevent build error on ppc64
 - Don't put .module on the end of our module file now that it's in the 




More information about the scm-commits mailing list