rpms/openmpi/F-11 openmpi.module.in,1.5,1.6 openmpi.spec,1.36,1.37

Doug Ledford dledford at fedoraproject.org
Tue Jul 21 16:28:05 UTC 2009


Author: dledford

Update of /cvs/extras/rpms/openmpi/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29901

Modified Files:
	openmpi.module.in openmpi.spec 
Log Message:
* Tue Jul 21 2009 Doug Ledford <dledford at redhat.com> - 1.3.3-2
- Add MPI_BIN and MPI_LIB to the modules file (related bz511099)



Index: openmpi.module.in
===================================================================
RCS file: /cvs/extras/rpms/openmpi/F-11/openmpi.module.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- openmpi.module.in	21 Jul 2009 15:13:00 -0000	1.5
+++ openmpi.module.in	21 Jul 2009 16:28:05 -0000	1.6
@@ -6,3 +6,5 @@ prepend-path 		PATH 		@LIBDIR@/@MPIDIR@/
 prepend-path 		LD_LIBRARY_PATH @LIBDIR@/@MPIDIR@/lib
 setenv			CFLAGS		"-I at LIBDIR@/@MPIDIR@/include @MODEFLAG@"
 setenv			LDFLAGS		"-L at LIBDIR@/@MPIDIR@/lib -lmpi"
+setenv 			MPI_BIN		@LIBDIR@/@MPIDIR@/bin
+setenv	 		MPI_LIB		@LIBDIR@/@MPIDIR@/lib


Index: openmpi.spec
===================================================================
RCS file: /cvs/extras/rpms/openmpi/F-11/openmpi.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- openmpi.spec	21 Jul 2009 15:28:08 -0000	1.36
+++ openmpi.spec	21 Jul 2009 16:28:05 -0000	1.37
@@ -18,7 +18,7 @@
 
 Name:			openmpi%{?cc_name_suffix}
 Version:		1.3.3
-Release:		1%{?dist}
+Release:		2%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
 License:		BSD
@@ -183,6 +183,9 @@ rm -rf %{buildroot}
 %{_libdir}/%{mpidir}/share/vampirtrace/*
 
 %changelog
+* Tue Jul 21 2009 Doug Ledford <dledford at redhat.com> - 1.3.3-2
+- Add MPI_BIN and MPI_LIB to the modules file (related bz511099)
+
 * Tue Jul 21 2009 Doug Ledford <dledford at redhat.com> - 1.3.3-1
 - Make sure all created dirs are owned (bz474677)
 - Fix loading of pkgconfig file (bz476844)




More information about the fedora-extras-commits mailing list