rpms/ScientificPython/devel ScientificPython.spec,1.22,1.23

Orion Poplawski orion at fedoraproject.org
Wed Nov 25 18:26:34 UTC 2009


Author: orion

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

Modified Files:
	ScientificPython.spec 
Log Message:
Add path to mpicc



Index: ScientificPython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ScientificPython/devel/ScientificPython.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ScientificPython.spec	25 Nov 2009 18:15:21 -0000	1.22
+++ ScientificPython.spec	25 Nov 2009 18:26:34 -0000	1.23
@@ -74,10 +74,12 @@ that tell you how to program with Scient
 %patch2 -p 0
 
 %build
+#export PATH=/usr/lib/openmpi/bin:$PATH
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
+export PATH=/usr/lib/openmpi/bin:$PATH
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 export PYTHONPATH="$PYTHONPATH:$RPM_BUILD_ROOT/%{python_sitearch}/"
 #export PYINCLUDE="$RPM_BUILD_ROOT/%{_includedir}/python%{pyver}/"




More information about the fedora-extras-commits mailing list