rpms/towhee/F-12 towhee.spec,1.7,1.8

Jussi Lehtola jussilehtola at fedoraproject.org
Fri Oct 23 12:11:31 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/towhee/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28417

Modified Files:
	towhee.spec 
Log Message:
Fix FTBFS caused by openmpi.


Index: towhee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/towhee/F-12/towhee.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- towhee.spec	27 Jul 2009 06:09:14 -0000	1.7
+++ towhee.spec	23 Oct 2009 12:11:30 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		towhee
 Version:	6.2.6
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A Monte Carlo molecular simulation code
 Group:		Applications/Engineering
 License:	GPLv2+
@@ -137,8 +137,8 @@ cd ..
 # Load MPI enviroment
 
 %if %modules == 1
-. /etc/profile.d/modules.sh
-module load %{_libdir}/openmpi/*/openmpi.module
+#. /etc/profile.d/modules.sh
+module load openmpi-%{_arch}
 export CFLAGS="%{optflags}"
 %endif
 
@@ -212,6 +212,9 @@ rm -rf %{buildroot} 
 %doc Examples/*
 
 %changelog
+* Fri Oct 23 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.6-4
+- Fix FTBFS problem caused by behaviour change of openmpi.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.2.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list