rpms/orsa/devel orsa.spec,1.13,1.14

Deji Akingunola deji at fedoraproject.org
Thu Dec 10 18:43:13 UTC 2009


Author: deji

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

Modified Files:
	orsa.spec 
Log Message:
* Thu Dec 10 2009 Deji Akingunola <dakingun at gmail.com> - 0.7.0-13
- No need to force mpicxx to be CC for mpich2 subpackage
- BR mpich2-devel-static



Index: orsa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/orsa/devel/orsa.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- orsa.spec	26 Nov 2009 14:56:48 -0000	1.13
+++ orsa.spec	10 Dec 2009 18:43:12 -0000	1.14
@@ -3,7 +3,7 @@
 
 Name:			orsa
 Version:		0.7.0
-Release:		12%{?dist}
+Release:		13%{?dist}
 Summary:		Orbit Reconstruction, Simulation and Analysis
 
 Group:			Amusements/Graphics
@@ -83,7 +83,7 @@ This package contains development files 
 Summary:	A build of %{name} with support for MPICH2 MPI
 Group:		Applications/Engineering
 
-BuildRequires: mpich2-devel
+BuildRequires:	mpich2-devel-static
 Requires:	%{name}-common = %{version}-%{release}
 Requires:	mpich2
 
@@ -166,7 +166,7 @@ module unload openmpi-%{_arch}
 echo -e "\n##############################\nNow making the MPICH2 version\n##############################\n"
 ################################
 module load mpich2-%{_arch}
-MPICXX=mpicxx CC=mpicxx WITH_MPI=--with-mpi %dobuild
+WITH_MPI=--with-mpi %dobuild
 module unload mpich2-%{_arch}
 
 %install
@@ -235,6 +235,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING DEVELOPERS ORSA_MPI
 
 %changelog
+* Thu Dec 10 2009 Deji Akingunola <dakingun at gmail.com> - 0.7.0-13
+- No need to force mpicxx to be CC for mpich2 subpackage
+- BR mpich2-devel-static
+
 * Thu Nov 26 2009 Deji Akingunola <dakingun at gmail.com> - 0.7.0-12
 - Rebuild for mpich2 
 - Remove the lam subpackage, lam is no more in Fedora




More information about the scm-commits mailing list