rpms/towhee/devel towhee.spec,1.2,1.3

Jussi Lehtola jussilehtola at fedoraproject.org
Wed May 27 13:38:54 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/towhee/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10411/devel

Modified Files:
	towhee.spec 
Log Message:
Fix MPI build on rawhide.


Index: towhee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/towhee/devel/towhee.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- towhee.spec	27 May 2009 12:43:36 -0000	1.2
+++ towhee.spec	27 May 2009 13:38:24 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		towhee
 Version:	6.2.3
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A Monte Carlo molecular simulation code
 Group:		Applications/Engineering
 License:	GPLv2+
@@ -113,8 +113,6 @@ done
 %build
 # Use gfortran, not g77.
 export F77=gfortran
-
-
 ## Build serial version
 mkdir nompi
 cd nompi
@@ -140,6 +138,8 @@ mpi-selector --set `mpi-selector --list 
 source /etc/profile.d/mpi-selector.sh
 %endif
 
+# Use mpif90 to build
+export F77=mpif90
 mkdir mpi
 cd mpi
 ln -s ../configure .
@@ -195,6 +195,9 @@ rm -rf %{buildroot} 
 %doc Examples/*
 
 %changelog
+* Wed May 27 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.3-4
+- Fix MPI build on rawhide.
+
 * Wed May 27 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.3-3
 - Fix build in rawhide.
 




More information about the fedora-extras-commits mailing list