rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.7,1.8

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon May 16 14:00:16 UTC 2005


Author: spot

Update of /cvs/extras/rpms/R-RScaLAPACK/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10191/devel

Modified Files:
	R-RScaLAPACK.spec 
Log Message:

Don't run the test, it fails when not run on a lam cluster.



Index: R-RScaLAPACK.spec
===================================================================
RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- R-RScaLAPACK.spec	16 May 2005 00:28:59 -0000	1.7
+++ R-RScaLAPACK.spec	16 May 2005 14:00:14 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name: R-%{packname}
 Version: 0.4.0
-Release: 8%{?dist}
+Release: 9%{?dist}
 Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz
 License: Freely distributable
 URL: http://cran.r-project.org/contrib
@@ -24,7 +24,7 @@
 
 %prep
 %setup -T -c -a 0
-%ifarch x86_64 ppc64 sparc64 alpha
+%ifarch x86_64 ppc64 sparc64 ia64 alpha
 %patch2 -p1
 %else
 %patch0 -p1
@@ -38,7 +38,7 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/R/library
 %{_bindir}/R CMD INSTALL -l $RPM_BUILD_ROOT%{_libdir}/R/library %{packname}
-%{_bindir}/R CMD check %{packname}
+# %{_bindir}/R CMD check %{packname}
 test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 rm -rf $RPM_BUILD_ROOT%{_libdir}/R/library/R.css
 
@@ -59,6 +59,10 @@
 %{_libdir}/R/library/%{packname}
 
 %changelog
+* Mon May 16 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.0-9
+- test fails unless you are running it on a lam cluster,
+  so don't run it here
+
 * Sun May 15 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.4.0-8
 - fc3 branch doesn't need gcc4 patch
 




More information about the fedora-extras-commits mailing list