rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec,1.7,1.8

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


Author: spot

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

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/FC-3/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:13 -0000	1.8
@@ -2,14 +2,14 @@
 
 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
 Group: Applications/Engineering
 Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK
 BuildRequires: R-devel, tetex-latex
-BuildRequires: gcc-gfortran, lam, blacs, scalapack
+BuildRequires: gcc-g77, lam, blacs, scalapack
 Requires: R, scalapack
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch
@@ -23,7 +23,7 @@
 
 %prep
 %setup -T -c -a 0
-%ifarch x86_64 ppc64 sparc64 alpha
+%ifarch x86_64 ppc64 sparc64 alpha ia64
 %patch2 -p1
 %else
 %patch0 -p1
@@ -36,7 +36,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
 
@@ -57,6 +57,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